Skip to content

Optimization

Rob Nelson requested to merge pull/3514/optimizations into Bleeding-Edge

Created by: clusterfack

Adds a datum pooling proc, shamelessly stolen from regular object pooling

Applies datum pooling to pipelines and pipenetwork for major performance improvements in their deletion. These improvements should be especially noticeable in anything that deletes pipelines/networks once per tick, ie singulo narsie and supermatter, narsie will actually have no improvement because trying to solve this same issue I made him simply not delete pipes and set them to invisible instead Removes the camera/radio wires qdel, just why

Before: http://puu.sh/gJVR4/a72a508961.png After: http://puu.sh/gJSKv/96e79f9ea6.png

Merge request reports