code wiki / (root) / nx_index_scale_census.nx

nx_index_scale_census.nx

buildroot/runtime/nx_index_scale_census.nx

4888 B43 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic index
docsdependenciesstructsconstsfunctions

about

nx_index_scale_census.nx -- HONEST census of our INDEX SCALE / PERFORMANCE / MIGRATABILITY capabilities for the Common-Crawl-scale sovereign index, vs the June-2026 SOTA (Lucene segments + roaring + sharding + LSM + disaggregated/NVMe-oF/RDMA migration). Follows the IM lane's NO-WAVE law (nx_infomgmt_exceed): a capability is HAVE iff its organ actually opens on disk (structural-present); at-SCALE numbers are NEVER claimed here (deferred to the NAS run + measured separately). Grades the SUBSTRATE we have vs the build-targets. Research: knowledge/research/2026-07-01-index-scale-performance-migration.md. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_gate.nx nx_index_scale_census.nx

imports: nx_gate.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gw sys_write isc_row isc_have gw ↻ gn sys_write ↻ sys_mmap

structs

none

consts

none

functions

9func isc_have(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 }
called by 1: isc_row
10func isc_row(label: *u8, path: *u8, note: *u8, acc: *i64) -> i64
called by 1: main calls 2: isc_havegw
18func main() -> i64
calls 3: gwisc_rowgn