mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Get space that can be reclaimed (#189)
* get reclaimable space added * import order fix Co-authored-by: yash <yash.chandra@grabpay.com>
This commit is contained in:
@@ -13,6 +13,7 @@ const (
|
||||
keySize = 4
|
||||
valueSize = 8
|
||||
checksumSize = 4
|
||||
MetaInfoSize = keySize + valueSize + checksumSize
|
||||
)
|
||||
|
||||
// NewEncoder creates a streaming Entry encoder.
|
||||
|
||||
Reference in New Issue
Block a user