0
0
bleve/index/store
Steve Yen 5094d2d097 optimize moss PrefixIterator
Previously, the PrefixIterator() for moss was implemented by comparing
the prefix bytes on every Next().

With this optimization, the next larger endKeyExclusive is computed at
the iterator's initialization, which allows us to avoid all those
prefix comparisons.
2016-07-21 18:33:34 -07:00
..
boltdb Add boltdb config test 2016-06-14 13:36:40 -06:00
goleveldb rename defaultBatchSize to defaultCompactBatchSize 2016-06-01 14:25:57 -06:00
gtreap added KVWriter.NewBatchEx() method 2016-01-13 16:19:04 -08:00
metrics do not put +/-Inf or NaN values into the stats map 2016-04-15 13:39:30 -04:00
moss optimize moss PrefixIterator 2016-07-21 18:33:34 -07:00
null added KVWriter.NewBatchEx() method 2016-01-13 16:19:04 -08:00
test Fix some typos 2016-01-15 05:46:27 +07:00
batch.go added Close() method to KVBatch interface 2016-01-07 17:54:21 -08:00
kvstore.go add support for gathering stats via map for easier consumption 2016-03-07 18:37:46 -05:00
merge.go remove NativeMergeOperator from core, it requires unsafe 2016-03-24 12:06:43 -04:00
multiget.go added KVReader.MultiGet() method 2016-01-13 15:12:10 -08:00