A tiny package exposing age and MyNumber constants
Safer Node.js Buffer API
The string_decoder module from Node core
utility box for ECMAScript language tools
Require module from string
Unpipe a stream from all destinations
ES2015 `Object.assign()` ponyfill
Resolve the path of a module like `require.resolve()` but from a given path
Modern Buffer API polyfill without footguns
Get the native type of a value.
Node.js Buffer API, for the browser
Base64 encoding/decoding in pure JS
Fast deep equal
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
Wrap those words. Show them at what columns to start and stop.
Returns true if the value is an object and not an array or null.
HTTP response freshness testing
Get the command from a shebang
Efficient implementation of Levenshtein algorithm with locale-specific collator support.
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Manipulate the HTTP Vary header
JSDoc parser
return the first event in a set of ee/event pairs
Escape string for use in HTML
A professional Rust implementation of the Tsetlin Machine algorithm
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
Garbage collection for GPU memory with ternary marking. {+1=reachable, 0=maybe-reachable, -1=unreachable}. Mark-sweep with ternary precision.
Distributed lease management for GPU resources with ternary states. {+1=held, 0=expired, -1=revoked}. Renewal, revocation, deadlock detection.
State mirroring for GPU cluster replication with ternary consistency. {+1=consistent, 0=lagging, -1=diverged}. Sync tracking, divergence detection, repair.
Priority queue for GPU kernel scheduling with ternary scoring. Items scored {-1=deprioritize, 0=normal, +1=prioritize}. O(1) ternary classify, O(log n) exact ordering.
Retry policy for GPU kernel execution with ternary outcome. {+1=success, 0=retryable, -1=permanent failure}. Exponential backoff, jitter, circuit breaking.
Ternary semaphore for GPU resource control. Permits tracked as {-1=overcommitted, 0=at_capacity, +1=available}. Auto-scaling and priority queue.
Ternary sketch data structure for approximate GPU workload analysis. Count-Min sketch with ternary counters {-1,0,+1} for streaming frequency estimation.
Round-based social simulation with LLM agents (feeds, votes, run_state.json I/O)
Core data types for the Hotmint BFT consensus framework