Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 216 Bytes

TODO.md

File metadata and controls

6 lines (6 loc) · 216 Bytes
  • UniqueArray with 2 or more dimensions
  • Weak references to break cycles
  • RefCountedArray
  • Use mallocator as well as test allocator for all unit tests
  • Benchmark RefCounted vs C++ std::shared_ptr
  • deferred_ptr?