0
0
bleve/index/scorch/segment
Steve Yen 67e0e5973b scorch mergeStoredAndRemap() memory reuse
In mergeStoredAndRemap(), instead of allocating new hashmaps for each
document, this commit reuses some arrays that are indexed by fieldId.
2017-12-20 15:18:22 -08:00
..
mem scorch ref-counting 2017-12-13 14:48:07 -08:00
zap scorch mergeStoredAndRemap() memory reuse 2017-12-20 15:18:22 -08:00
empty.go scorch ref-counting 2017-12-13 14:48:07 -08:00
int_test.go initial version of scorch which persists index to disk 2017-12-06 18:33:47 -05:00
int.go initial version of scorch which persists index to disk 2017-12-06 18:33:47 -05:00
segment.go scorch reuses Posting instance in PostingsIterator.Next() 2017-12-18 16:15:38 -08:00