Custom memory allocator with CopyFrom method and basic collections like a List, Dictionary, Queue, Stack, SparseSet.
- Very fast malloc/free
- Unmanaged
- Immediate serialization/deserialization
- You can store collections inside collections
- Works with Unity Burst
- Can be copied/cloned very fast
- Custom memory pointers
- Standard collections implemented
Documentation: https://github.com/chromealex/ecs/blob/master/Docs/MemoryAllocator.md