nx_lib_gbif_bulk.nx
buildroot/runtime/nx_lib_gbif_bulk.nx
about
nx_lib_gbif_bulk.nx -- SCALE: ingest the full GBIF bulk taxonomy (~16K taxa)
from disk into nx_lib_store, index it, and run full-text searches over the
whole real catalog. Proves the sovereign library at scale on real data.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_lib_gbif.nxnx_lib_index.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_1048576: i64 = 1048576 |
functions
| 9 | func bp_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 10 | func bp_wr(p: *u8, n: i64) -> i64 { sys_write(1, p, n); return 0 } |
| 11 | func bp_putn(v: i64) -> i64 |
| 18 | func bp_hits(out: *u8, n: i64) -> i64 |
| 25 | func main() -> i64 |