Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 336 Bytes

TODO.md

File metadata and controls

7 lines (7 loc) · 336 Bytes
  • Fix existing crashes
  • Make structs not take up 60 MB (via dynamically allocated arrays)
  • Make sure struct data is cache prefetched (if using array of pointers)
  • Make sure struct is Python/JS datatype friendly
  • Implement in Python
  • Write docs on readthedocs.io (if sufficiently different from @hohav's source)
  • Implement in Node