Logistics Pipes

Logistics Pipes

13M Downloads

Take a tik time up with an Extraxtor modules

AnthonyEvo opened this issue · 4 comments

commented

Dear developer! You made an outstanding modification for Minecraft which became one of the most popular and i'm happy to play with it! In a process of gaming i found some weak point in the mode. It is in Extractor Module family. When inventory which connect to the system by this module is not empty, everything works well. But when inventory becomes empty and consist more then 45 slots tik time on a server jumps up to 5-6 ms for each extraction module. I hope my message can make your modification better!

commented

Although not a solution for servers, using a quicksort module would salve the problem in your own worlds, at least.

They're much smarter about extraction, with the caveat that sometimes it takes them a couple seconds to respond to new items.

On Oct 6, 2016, at 3:06 AM, AnthonyEvo [email protected] wrote:

Dear developer! You made an outstanding modification for Minecraft which became one of the most popular and i'm happy to play with it! In a process of gaming i found some weak point in the mode. It is in Extractor Module family. When inventory which connect to the system by this module is not empty, everything works well. But when inventory becomes empty and consist more then 45 slots tik time on a server jumps up to 5-6 ms for each extraction module. I hope my message can make your modification better!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

commented

We already use them, but i have to tell about it to everyone who join our server. You project includ into FTB InfiTech. I can close recipes for Extrating modules or try to fix it by myself, i hope for your support.

commented

i think the only possible 'fix' for this is extractors no longer checking entire inventories every tick (like the quicksort) but other then that i doubt something can be done about it

commented

Fixed in 86015c1