Module 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.
-
-
Packages
Exports Package Description 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.
-
Modules
Requires Modifier Module Description transitive swim.codec Incremental I/O; functional parsers and writers; display, debug, and diagnostic formatters; and Unicode and binary codecs.transitive swim.collections Immutable, structure sharing collections, including hash array mapped tries, finger tries, B-trees, and S-trees (sequence trees).transitive swim.concurrent Timer, task, and continuation passing style interfaces, with lightweight scheduler and execution stage implementations.transitive swim.math Mathematical and geometric structures, including rings, fields, vector modules and spaces, affine spaces, tensor spaces, probability distributions, and associated operators.transitive swim.recon Object notation with attributes, like if JSON and XML had a baby.transitive swim.spatial Geospatial projections and spatial collections, including sparse prefix Q-trees optimized for continuous n-body geofencing and real-time spatial clustering and reduction.transitive swim.structure Generic structured data model, with support for selectors, expressions, and lambda functions.transitive swim.util Extended collection, iterator, and builder interfaces, lightweight cache sets and maps, and other foundational utilities.
-