Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.37 KB

TODO.md

File metadata and controls

23 lines (22 loc) · 1.37 KB
  • Simple C-based Build System

  • Dynamic Array that doesn't invalidate indexes template

  • interned strings cache library

  • portable simd library

  • portable thread library

  • portable subprocess library

  • linear algebra library

  • dynamic reloading library (maybe?) (see: https://github.com/jdah/ld55/blob/main/cjam/reloadhost/reloadhost.h)

  • improve AIL_HM

  • fix errors in allocators

  • change allocator interface to use a single function with an enum determining the action (alloc/free/etc.) -> requires less space (same as Odin's implementation of allocators)

  • Formatting/Printing for ail_sv.h

  • Visualization of allocations in ail_alloc.h for debugging memory bugs