mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-18 21:25:40 +00:00
- add @moonshot-ai/minidb: pure-Node.js embedded KV store mixing Redis-style in-memory access with WAL + snapshot persistence - implement core engine: codec, store, wal, snapshot, recovery, compaction, lockfile, skiplist - add indexing: dt-index, compound-index, text-index/postings, index-manager, query engine - add server, value-reader, crc32 utilities - include unit/e2e tests plus fuzz/crash-recovery/soak suites and session-store benchmarks - register package in flake.nix and pnpm-lock.yaml |
||
|---|---|---|
| .. | ||
| codec.ts | ||
| compaction.ts | ||
| compound-index.ts | ||
| crc32.ts | ||
| dt-index.ts | ||
| index-manager.ts | ||
| index.ts | ||
| lockfile.ts | ||
| query.ts | ||
| recovery.ts | ||
| server.ts | ||
| skiplist.ts | ||
| snapshot.ts | ||
| store.ts | ||
| text-index.ts | ||
| text-postings.ts | ||
| value-reader.ts | ||
| wal.ts | ||