0
0
bleve/index
Steve Yen 45e9eaaacb firestorm.indexField() allocs up-front array of TermFreqRow's
This uses the "backing array" technique to allocate many TermFreqRow's
at the front of firestorm.indexField(), instead of the previous
one-by-one, as-needed TermFreqRow allocation approach.

Results from micro-benchmark, null-firestorm, bleve-blast has this
change producing a ~half MB/sec improvement.
2016-01-02 12:21:24 -08:00
..
firestorm firestorm.indexField() allocs up-front array of TermFreqRow's 2016-01-02 12:21:24 -08:00
store properly handle errors inside metrics kvstore reporting 2015-11-24 12:52:03 -05:00
upside_down fix indexing bug with data coming from arrays 2015-12-21 14:59:32 -05:00
analysis.go modify code to reuse buffer for kv generation 2015-10-05 17:49:50 -04:00
field_cache.go fix major synchronization issue in the field_cache 2015-12-15 16:39:38 -05:00
index.go make existing integration tests work with firestorm 2015-12-01 12:29:56 -05:00