-
-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
Background
We want to port encoding/decoding features of lib0 into OctoBase. The existing lib0 implementation is buggy and unsafe to use it in production. And we don't see any optimization for that in their roadmap.
So let's just start porting our own high-performance and production-ready lib0 encoding/decoding features in OctoBase.
### Steps
- [x] basic type/ybinary decoding - [nom](https://docs.rs/nom/latest/nom/) & [byteorder](https://docs.rs/byteorder)
- [x] basic type encoding - [nom](https://docs.rs/nom/latest/nom/) & [byteorder](https://docs.rs/byteorder)
- [ ] https://github.com/toeverything/OctoBase/issues/401
- [ ] https://github.com/toeverything/OctoBase/issues/402