soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
38 stars 4 forks source link

Reduce memory footprint #8

Closed soulweaver91 closed 8 years ago

soulweaver91 commented 9 years ago

Tests on the main QoB level indicate about 450MB of memory, with one huge spike while loading the level (first guess: layer sorting isn't done in-place). It should be possible to reduce this.