nx_diora_dedup_demo.nx
buildroot/runtime/nx_diora_dedup_demo.nx
about
nx_diora_dedup_demo.nx -- SimHash near-dup clustering on the real Diora
corpus: proves the EARNED, content-measured demotion (collapse copies, keep
the canonical original) on actual data, not a title-keyword prejudice.
module: nishi-core.search.bench.diora_dedup_demo
depends: fx.nx, nx_str.nx, nx_simhash.nx, nx_diora_data.nx
capability: APP_RUNNABLE
dependencies 4 imports · 0 importers
imports: fx.nxnx_str.nxnx_simhash.nxnx_diora_data.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
| 14 | func nx_putc(c: i64) -> i64 { let b: *u8 = sys_mmap(1); b[0] = c; sys_write(1, b, 1); return 0 } |
| 15 | func nx_puts(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 16 | func nx_put_i64(n: i64) -> i64 |
| 27 | func main() -> i64 |