brainy/src/storage
David Snelling e23361c488 merge: storage binary-blob primitive across all adapters
Adds saveBinaryBlob/loadBinaryBlob/deleteBinaryBlob/getBinaryBlobPath to the
StorageAdapter contract and every adapter (FileSystem real path; remote/memory/
browser return null path). Enables zero-copy mmap-able .cidx segments and batch
vector I/O. blobPath convention matches @soulcraft/cortex byte-for-byte.
2026-05-27 11:54:18 -07:00
..
adapters feat(storage): add raw binary-blob primitive to every storage adapter 2026-05-27 11:50:04 -07:00
cow fix: code-point string collation in LSM SSTable, COW trees/refs, sorted queries 2026-05-27 11:53:26 -07:00
backwardCompatibility.ts fix: exclude __words__ keyword index from corruption detection and getStats() 2026-01-27 15:38:21 -08:00
baseStorage.ts feat(storage): add raw binary-blob primitive to every storage adapter 2026-05-27 11:50:04 -07:00
cacheManager.ts feat: add node: protocol to all Node.js built-in imports for bundler compatibility 2025-09-17 14:20:21 -07:00
enhancedCacheManager.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
enhancedClearOperations.ts feat: add node: protocol to all Node.js built-in imports for bundler compatibility 2025-09-17 14:20:21 -07:00
readOnlyOptimizations.ts feat: add distributed architecture with sharding and coordination 2025-09-22 15:45:35 -07:00
sharding.ts fix: implement unified UUID-based sharding for metadata across all storage adapters 2025-10-08 13:26:35 -07:00
storageFactory.ts feat: wire plugin system with provider resolution, storage factories, and browser deprecation 2026-01-31 12:02:13 -08:00