Skip to content

rust-util-collections/vsdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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