Module swim.db
Package swim.db
Lock-free document store—optimized for high rate atomic state changes—that
concurrently commits and compacts on-disk log-structured storage files
without blocking parallel in-memory updates to associative B-tree maps,
spatial Q-tree maps, sequential S-tree lists, and singleton U-tree values.
-
Interface Summary Interface Description BTreeDelegate DatabaseDelegate QTreeDelegate STreeDelegate TreeDelegate UTreeDelegate -
Enum Summary Enum Description PageType TreeType -
Exception Summary Exception Description StoreException