Expand description
Support utilities used by Polydat function nodes.
cache, audit, and float_text are infrastructure that
library nodes consume — they’re not part of the Polydat node
contract, just helpers the implementations reach for. Kept
co-located here so the library’s internal dependency
footprint stays visible.
Modules§
- audit
- Cycle-time data-source audit log.
- cache
- Race-free per-key once-init cache.
- float_
text - Float text, byte-identical to Rust’s formatting and faster.
- pattern
- Pattern promotion: a literal, a
*glob, or a regex, told apart by shape and compiled to one anchored regex. Thepattern_matchnode and the vector catalog’s profile filter share it.