You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ge (#3250)
Implement a RocksDB storage for making a self-contained RevIndex
(containing both the revindex and the sigs needed for gather) and
support more flexible RocksDB sketch storage.
- Remove branchwater dependency on `rkyv`, make it optional
- Move most RocksDB initialization to the new `storage::rocksdb` module
- Disable `prepare_for_bulk_load`, it is a footgun for large index
construction
- make `sourmash::storage::StorageError` non-exhaustive
- remove unused `StorageInfo` (#3261)
The text was updated successfully, but these errors were encountered: