mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-28 02:40:38 +00:00
* feat: add buffer abstraction and rewrite entry encode/decode process * add some tests * remove pad.rst * fix some comments * fix comments * remove mmap mod * feat: Bytes type implementation switch to bytes::Bytes * fix: use Bytes::from(String) and Bytes::from(Vec<u8>) * feat: add new method to Entry trait