Skip to content

chromealex/csharp-memory-allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ME.MemoryAllocator

Custom memory allocator with CopyFrom method and basic collections like a List, Dictionary, Queue, Stack, SparseSet.

  1. Very fast malloc/free
  2. Unmanaged
  3. Immediate serialization/deserialization
  4. You can store collections inside collections
  5. Works with Unity Burst
  6. Can be copied/cloned very fast
  7. Custom memory pointers
  8. Standard collections implemented

Documentation: https://github.com/chromealex/ecs/blob/master/Docs/MemoryAllocator.md

About

Custom Memory Allocator for Unity with CopyFrom method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages