bitcask-mirror/internal
Ignacio Hagopian a407905ae2 Improve Get/Put performance with optional mempooling (#36)
* avoid unnecessary use of encoder/decoder to decrease memory allocations

* add an optional configurable mempool to avoid extra allocs

* add doc.go with examples
2019-08-05 07:23:07 +10:00
..
proto Update generated protobuf code 2019-07-19 20:49:49 +10:00
streampb Increased read performance by ~3-4x by removing another unnecessary I/O operation (Seek) 2019-03-23 12:14:15 +10:00
datafile.go Improve Get/Put performance with optional mempooling (#36) 2019-08-05 07:23:07 +10:00
entry.go Unexport some internal implemtnation details 2019-03-18 17:31:31 +10:00
keydir.go keydir: avoid defers (#34) 2019-08-01 19:18:05 +10:00
utils.go Improves Merge() operation by also pruning old key/value pairs (#29) 2019-07-27 07:52:25 +10:00
version_test.go Unexport some internal implemtnation details 2019-03-18 17:31:31 +10:00
version.go Unexport some internal implemtnation details 2019-03-18 17:31:31 +10:00