Module swim.store
Storage runtime interface.
-
-
Packages
Exports Package Description swim.store Storage runtime interface.
-
Modules
Requires Modifier Module Description transitive swim.api Agent programming interface.transitive swim.codec Incremental I/O; functional parsers and writers; display, debug, and diagnostic formatters; and Unicode and binary codecs.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.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.Indirect Requires Modifier Module Description 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.dataflow Compiler from swim-structure expressions to live-updated data models.transitive swim.deflate DEFLATE codec that incrementally compresses and decompresses streams.transitive swim.http HTTP message model and wire protocol codec that incrementally decodes and encodes HTTP streams without intermediate buffering.transitive swim.io Explicitly flow-controlled, non-blocking, parallel I/O engine, with swim-codec-modulated socket modems, and TCP and TLS transports.transitive swim.mqtt MQTT packet model and wire protocol codec that incrementally decodes and encodes MQTT streams without intermediate buffering.transitive swim.observable Collection interfaces that notify registered observers of precise state changes.transitive swim.streamlet Stateful, streaming component model for application componets that continuously consume input state from streaming inlets, and continuously produce output state on streaming outlets.transitive swim.uri Rich object model for working with Uniform Resource Identifiers, URI subcomponents, and URI patterns, including an efficient and safe codec for parsing and writing compliant URI strings.transitive swim.warp WebSocket protocol for dynamically multiplexing large numbers of bidirectional links to streaming API endpoints, called lanes, of URI-addressed distributed objects, called nodes, that run stateful distributed processes, called Web Agents.transitive swim.ws WebSocket frame model and wire protocol codec that incrementally decodes and encodes fragmented WebSocket streams without intermediate buffering.
-