psychopath/mem_arena
Nathan Vegdahl db3e4ad129 MemArena now slowly increases the size of each subsequent block.
This seems to work more nicely than a fixed block size, because
it adapts to how much memory is being requested over-all.  For
example, a small scene won't allocate large amounts of RAM,
but a large scene with large data won't be penalized with a
lot of tiny allocations.
2017-04-10 20:49:55 -07:00
..
src MemArena now slowly increases the size of each subsequent block. 2017-04-10 20:49:55 -07:00
Cargo.toml Implemented a basic memory arena in a sub-crate. 2017-04-09 15:53:06 -07:00