Anyone got some fast extractor setups that are not reactors or magneostatic engines?
I'm still constantly changing mine, and don't have it running any good yet, but I figured you might want some of the numbers I've come across/worked out.
Stage 1 and 4 max out at 32,768 r/s, giving a processing time of 1 tick. ( IE: 20 per second. ) This will require 16,777,216 W due to the 512NM of torque required.
Stage 2 and 3 max out at 1,048,576 r/s.
Until you hit the 16MW mark, you will probably want multiple extractors due to the way the speed increases work. ( 1MW for 2 and 3 doesn't really help, as 4 will end up being your bottleneck. )
Specifically, each stage has a starting duration, that is then subtracted from by a number every time you double the speed. ( or some fraction thereof for intermediate speeds. )
Stage 1: 900 ticks ( 45 seconds ) and - 60 ( 3 seconds )
Stage 2: 400 ticks ( 20 seconds ) and - 20 ( 1 second )
Stage 3: 600 ticks ( 30 seconds ) and -30 ( 1.5 seconds )
Stage 4: 1200 tick ( 60 seconds ) and -80 ( 4 seconds )
The formula btw is: "Base duration" - ["subtraction time" x log2 ( speed + 1 )]
This should help you to decide at a given time if you should simply split the power to another extractor, or increase your power input, or even to consolidate back down to 1 extractor.