code wiki / kv
topic: kv
7 modules sharing the kv name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_kv.nx | key=value (.env / dotenv-style) parser. | 219 | 5 |
| nx_kv_arena.nx | PagedAttention page pool (bits-up). | 342 | 15 |
| nx_kv_arena_test.nx | smoke for PagedAttention page pool. | 206 | 1 |
| nx_kv_cache.nx | autoregressive attention KV cache. | 248 | 10 |
| nx_kv_cache_test.nx | incremental autoregressive verification. | 217 | 1 |
| nx_kv_store.nx | Provides an append-only key-value store with linear-scan index for session and config persistence. | 349 | 19 |
| nx_kv_store_test.nx | smoke for append-only KV store. | 133 | 2 |