Crate worktable

Source

Re-exports§

pub use data_bucket as persistence;

Modules§

in_memory
lock
prelude
select

Macros§

worktable

Structs§

IndexSet
LockFreeMap
A lock-free map. Implemented using multi-level hash-tables (in a tree fashion) with ordered buckets.
WorkTable

Enums§

IndexType
WorkTableError

Traits§

TableIndex
TableRow
TableSecondaryIndex

Type Aliases§

LockedHashMap