nx_crc32c_bench.nx
buildroot/runtime/nx_crc32c_bench.nx
about
nx_crc32c_bench.nx -- MEASURED throughput of table CRC-32C vs the
bit-by-bit reference, 1:1 on this hardware. Shows the table speedup
(the perf exceed the bit-by-bit module flagged as future work).
license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_crc32c.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
| 7 | const K_MAGIC_2000000: i64 = 2000000 |
| 8 | const K_MAGIC_100000: i64 = 100000 |
functions
| 10 | func crc32c_ref(bytes: *u8, n: i64) -> i64 called by 1: main |
| 24 | func bdec(n: i64) -> i64 called by 1: main |
| 35 | func main() -> i64 |