Features
- zero-copy
- endian/less (Fixed big endian)
- schema/less
- fixed size
- Safe, asserts and many tests
- cross-platform (MIPS, x86 ...)
- cross-language (ex: Native to Managed, ...)
Implementations
- C/C++
- Python 3.x
New features
- [PYTHON] Improved zero-copy with .tobuffer()
TODO
- Universel floating-point, Serializer/Deserializer
- Rewrite the python lib with Cython for high-performance/memory efficiency