Expand description
§vsdb_slot_db
vsdb_slot_db provides SlotDB, a skip-list-like data structure designed for
efficient, timestamp-based paged queries. It is ideal for indexing and querying
large datasets where entries are associated with a slot (e.g., a timestamp or
block number).
Structs§
- SlotDB
- A skip-list-like data structure for fast, timestamp-based paged queries.