- 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