lily/TODO.md
koniifer fd42e53ae5 lots of work again (mostly broken on libc target)
implement foldhash
implement hashmap
squash & log some more bugs
clean up Target & Config interfaces
add rudimentary math functions
extract allocators to new directory
implement vec.get_ref
fix capitalisation
document some of lily's type spec
2025-01-10 19:32:27 +00:00

629 B

  • seeded prng
  • smarter allocator for alloc
  • add code comments everywhere
  • add docstrings everywhere
  • write more of spec & docs
  • optimise hashmap implementation
    • rehash buckets & squash after size threshold
  • write test suite
  • report compiler bugs
    • once done, verify i have written ok code ૮꒰ ˶• ༝ •˶꒱ა
    • make foldhash implementation identical to original
    • report MORE compiler bugs!!!
  • implement more math stuff
  • utilise libc more where possible (free performance, portability, reliability)
  • optimise! optimise! optimise!
  • confirm current implementations match spec
  • heap string type