Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(store): add reference counting and garbage collection to FlatFsS…
…tore - Add reference counting to track block usage in FlatFsStore - Implement garbage collection with recursive dependency cleanup - Store reference count as 8-byte header in block files - Add helper methods for reading/writing refcounts and block data - Add comprehensive tests for garbage collection scenarios - Update documentation with reference counting details
- Loading branch information