Flywheel/src/main/java/com/simibubi/create/foundation/tileEntity
JozsefA d3d338e64b STE tick optimization.
- SmartTileEntity#tick down to 3.32% from 11.64% cpu time.
 - Measured by JFR over 2 sessions each >8min.
 - Test world was the deployer fields.
 - Iterating over HashMap values is slow.
 - Collect TileEntityBehaviours into a list when the contents of SmartTileEntity#behaviours changes.
2021-03-26 22:02:19 -07:00
..
behaviour Instanced Ejectors and better hashing for BehaviourTypes. 2021-03-25 21:27:08 -07:00
renderer Ticking things. 2021-03-20 16:30:09 -07:00
ComparatorUtil.java Refactor comparator overrides 2021-03-03 17:59:27 +01:00
SmartTileEntity.java STE tick optimization. 2021-03-26 22:02:19 -07:00
SyncedTileEntity.java Flappy packets. 2021-03-04 15:34:17 -08:00
TileEntityBehaviour.java Add extra item capability checks 2021-03-18 18:43:25 +08:00