code wiki / _hdl_build / nx_infomgmt_exceed.nx
nx_infomgmt_exceed.nx
buildroot/runtime/_hdl_build/nx_infomgmt_exceed.nx
about
nx_infomgmt_exceed.nx -- the MEASURED s-class-EXCEED benchmark for the sovereign info-mgmt store, vs the
researched incumbents (Lucene/Tantivy, Iceberg/Delta, IPLD, restic). Per the no-wave law + the standard
(knowledge/research/2026-06-28-sclass-infomgmt-exceed-census-standard.md): an EXCEED is claimed ONLY where
MEASURED here; the rest is named honest-PARITY/BEHIND; a fabricated claim is liar-killed. Benchmark exists
SEPARATE (feedback-benchmarks-must-exist-separate). Incumbent behavior = the RESEARCHED by-design yardstick
(cited, not run -- we won't pull in a JVM; that would violate the very sovereignty we measure). license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_seg_store.nxnx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 10 | func ex_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 11 | func ex_putn(v: i64) -> i64 |
| 20 | func ex_eq(a: *u8, an: i64, b: *u8, bn: i64) -> i64 called by 1: main |
| 25 | func ex_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 27 | func ex_seed(prefix: *u8) -> i64 |
| 35 | func ex_docs(prefix: *u8, outlen: *i64) -> *u8 |
| 43 | func ex_dim(name: *u8, verdict: *u8, incumbent: *u8) -> i64 |
| 47 | func main() -> i64 |