code wiki / _hdl_build / nx_nishi_search_census.nx
nx_nishi_search_census.nx
buildroot/runtime/_hdl_build/nx_nishi_search_census.nx
about
nx_nishi_search_census.nx -- MEASURED census of NISHI SEARCH vs the banked SOTA bar (operator 2026-07-03:
"search that domain + their docs/site, search our nishi library, search the internet -- s class exceed on
all fronts"). Grounding = the 11 sources nx_websearch_research banked (BM25/inverted-index/indexing/
crawler/PageRank canon + meilisearch/typesense/searxng/pagefind/stract/marginalia READMEs).
NO-FALSE-GREEN discipline: every HAVE row is proven by a LIVE probe against the real shards/gates on this
tree (a real dss_search, a real ss_hget, a real banked file) -- never asserted; BEHIND rows are conceded
explicitly with the rival that holds the bar. A negative-control probe must FAIL for the census to be
GREEN (the prober itself is falsifiable). Score = permille of axes at HAVE-or-AHEAD. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_docportal_search_serve.nxnx_itoa_lib.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
| 11 | const K_MAGIC_4096: i64 = 4096 |
| 12 | const K_MAGIC_40960: i64 = 40960 |
functions
| 14 | func c_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func c_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 20 | func c_num(v: i64) -> i64 { nxi_out(v); return 0 } |
| 21 | func c_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } called by 1: main |
| 22 | func c_contains(hay: *u8, hn: i64, ndl: *u8) -> i64 |
| 36 | func c_q(domain: *u8, term: *u8) -> i64 |
| 42 | func c_urlrow(domain: *u8, term: *u8, pfx: *u8) -> i64 |
| 66 | func c_row(name: *u8, verdict: *u8, ok: i64, have: *i64, total: *i64) -> i64 |
| 75 | func main() -> i64 |