code wiki / _hdl_build / nx_manga_exceed_census.nx

nx_manga_exceed_census.nx

buildroot/runtime/_hdl_build/nx_manga_exceed_census.nx

13069 B119 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic manga
docsdependenciesstructsconstsfunctions

about

nx_manga_exceed_census.nx -- HONEST measured benchmark: where does the NISHI native MANGA DOWNLOAD + TRANSLATE stack stand vs the best tooling (gallery-dl / mangadex-downloader / HakuNeko / Mihon / manga-image-translator = the Python mm bar), grounded on the July-2026 corpus banked by nx_manga_research_fetch (knowledge/fetched/ mga_*.raw)? Operator 2026-07-02/03: "build it all from the hardware rung up ... s-class-exceed what we have ... nishi researcher and census to beat other manga downloading tooling" + "[translate] native ... use the current as a benchmark to far exceed." Verdict per axis COMPUTED by xcd_verdict(us,bar) -- NEVER asserted; AHEAD liar- killed; sovereignty tagged [FLOOR]. Scale 2=full 1=partial 0=absent. Mirrors nx_reader_exceed_census. This census is the R0 that makes every downloader/translator rung a MEASURED flip, not a claim. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_cms_exceed.nx nx_manga_exceed_census.nx

imports: nx_cms_exceed.nx

imported by: nobody (leaf or entry point)

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

main sw row xcd_verdict xcd_referee_ok have sw ↻ xcd_vname sn sn ↻ xcd_referee_ok ↻

structs

none

consts

none

functions

12func sw(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: rowmain
13func sn(v: i64) -> i64 { let bb: *u8=sys_mmap(28); var m: i64=v; if m<0{m=0} let t: *u8=sys_mmap(28); var k: i64=0; if m==0{t[0]=48 as u8;k=1} while m>0{t[k]=(48+(m%10)) as u8;m=m/10;k=k+1} var i: i64=0; while i<k{bb[i]=t[k-1-i];i=i+1} sys_write(1,bb,k); return 0 }
called by 2: rowmain
14func have(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 }
called by 1: row
17func row(dom: *u8, cap: *u8, our_c: i64, inc_c: i64, n: i64, ev: *u8, ground: *u8, floor: i64, tot: *i64) -> i64
33func main() -> i64