Page 1 of 1

Smart Inserters are slower than Fast Inserters

Posted: Thu Mar 03, 2016 6:02 pm
by lyravega
Smart inserters have a double key in their entity:

Code: Select all

rotation_speed = 0.04
rotation_speed = 0.035
Even though the rest of the properties are based on fast inserters, the latter rotation_speed causes the smart inserters to work slower when compared to fast inserters. There is another double key entry, but as the values are same, it causes no difference.

Re: Smart Inserters are slower than Fast Inserters

Posted: Thu Mar 03, 2016 6:18 pm
by kovarex
Wow, good catch, thanks for the report, this one is there for a very long time already.
I asked in the office, and some people actually told me that they knew that smart inserter is slower, and they thought it is by design.
No, it wasn't by design :)

Fixed for 0.12.25

Re: Smart Inserters are slower than Fast Inserters

Posted: Thu Mar 03, 2016 7:33 pm
by roy7
Haha, that's awesome. I've always known Smarts were slightly slower. It's why on things like the old "passive logistical loop" we had to use 1 more smart inserter than fast inserter, to catch that stray item off a belt that the smart wasn't quite fast enough to get. I think myself and the various streamers I've watched play a lot all thought it was by design!

Re: Smart Inserters are slower than Fast Inserters

Posted: Thu Mar 03, 2016 9:09 pm
by lyravega
Heheh, glad to help.

By the way, the other duplicate pair is this:

Code: Select all

uses_arm_movement = "basic-inserter"
As a side comment, none of the other inserters have a key like this.

Re: Smart Inserters are slower than Fast Inserters

Posted: Fri Mar 04, 2016 9:55 am
by kovarex
Oh, yes, it is leftover from some very old experiment that was discarded, I removed it, thx.