Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.76 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.76 KB

GitHub top language Rust Minimum rustc version

vsdb

vsdb is a 'std-collection-like' database.

This is a simplified version of the original vsdb, retaining only the most practical and stable parts.

Check here for a detailed description.

Crate List

Name Version Doc Path Description
vsdb wrappers High-level APIs
vsdb_core core Low-level implementations
vsdb_slot_db utils/slot_db A skip-list like timestamp DB
vsdb_trie_db utils/trie_db MPT(trie) implementations

Known Issues

  • The instance len is not absolutely reliable and should be regarded as a hint