nx_posting_compress_gate.nx
buildroot/runtime/nx_posting_compress_gate.nx
about
nx_posting_compress_gate.nx -- proves posting compression is LOSSLESS (roundtrip identity) + actually COMPRESSES.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_posting_compress.nxnx_gate.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
| 6 | func pcg_eq(a: *i64, an: i64, b: *i64, bn: i64) -> i64 { if an!=bn { return 0 } var i: i64=0; while i<an { if a[i]!=b[i] { return 0 } i=i+1 } return 1 } called by 1: main |
| 8 | func main() -> i64 |