code wiki / _hdl_build / nx_infomgmt_exceed.nx

nx_infomgmt_exceed.nx

buildroot/runtime/_hdl_build/nx_infomgmt_exceed.nx

6658 B106 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic infomgmt
docsdependenciesstructsconstsfunctions

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

nx_seg_store.nx nx_syscalls.nx nx_infomgmt_exceed.nx

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

main ex_puts sys_write ex_seed ss_begin ss_begin_cap sys_mmap ss_add ss_add2 ss_w32 ss_len ss_commit ss_segid_ok sys_mmap ↻ ss_cat ss_catn sys_mmap ↻ sys_write ↻ ss_write_seg ss_segid_ok ↻ sys_mmap ↻ ss_cat ↻ ss_catn ↻ sys_write ↻ ss_segname ss_cat ↻ ss_catn ↻ ss_writefile sys_openat_wr sys_write ↻ sys_close sys_fsync sys_renameat ss_build_keys sys_mmap ↻ ss_r32 ss_kcmp ss_w32 ↻ ss_build_terms sys_mmap ↻

structs

none

consts

none

functions

10func 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 }
called by 2: ex_dimmain calls 1: sys_write
11func ex_putn(v: i64) -> i64
called by 1: main calls 2: sys_writesys_mmap
20func ex_eq(a: *u8, an: i64, b: *u8, bn: i64) -> i64
called by 1: main
25func ex_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
27func ex_seed(prefix: *u8) -> i64
35func ex_docs(prefix: *u8, outlen: *i64) -> *u8
43func ex_dim(name: *u8, verdict: *u8, incumbent: *u8) -> i64
called by 1: main calls 1: ex_puts
47func main() -> i64