Skip to main content

Module support

Module support 

Source
Expand description

Support utilities used by Polydat function nodes.

cache, audit, float_text, and pattern 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. The pattern_match node and the vector catalog’s profile filter share it.