mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-02 02:58:59 -07:00
custom high-performance encoder implementation (#52)
This commit is contained in:
committed by
James Mills
parent
755b1879b5
commit
fd179b4a86
@@ -8,7 +8,6 @@ func Example_withOptions() {
|
||||
opts := []Option{
|
||||
WithMaxKeySize(1024),
|
||||
WithMaxValueSize(4096),
|
||||
WithMemPool(10),
|
||||
}
|
||||
_, _ = Open("path/to/db", opts...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user