0
0
bleve/index/firestorm
Steve Yen 7df07f94fa firestorm use the ParseKey() funcs to avoid unneeded value parsing
With this change, the row allocation also happens only once per loop,
instead of once per item.
2016-01-06 15:53:12 -08:00
..
analysis_test.go firestorm.Analyze() preallocs rows, with analyzeField() func 2016-01-02 12:21:25 -08:00
analysis.go firestorm.Analyze() preallocs rows, with analyzeField() func 2016-01-02 12:21:25 -08:00
benchmark_boltdb_test.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
benchmark_common_test.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
benchmark_cznicb_test.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
benchmark_forestdb_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
benchmark_goleveldb_test.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
benchmark_gorocksdb_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
benchmark_gtreap_test.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
benchmark_leveldb_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
benchmark_null_test.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
comp.go firestorm compensator inFlight.Get() might return nil 2016-01-03 10:21:54 -08:00
dict_updater_test.go firestorm DictUpdater NotifyBatch is more async 2016-01-02 12:21:25 -08:00
dict_updater.go analyze locations only if includeTermVectors enabled 2016-01-05 12:46:46 -08:00
dictionary_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
dictionary.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
dump_test.go fix issues identified by errcheck 2015-11-24 14:32:33 -05:00
dump.go fix issues identified by errcheck 2015-11-24 14:32:33 -05:00
field_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
field.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
firestorm_rows.pb.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
firestorm_rows.proto made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
firestorm_test.go fix issues identified by errcheck 2015-11-24 14:32:33 -05:00
firestorm.go firestorm.Batch() collects [][]IndexRows instead of []IndexRow 2016-01-02 12:30:47 -08:00
firestorm.md firestorm.md markdown fixes 2016-01-01 09:57:59 -08:00
garbage_test.go firestore: reproducer for division by zero on GC 2015-12-25 11:33:46 +07:00
garbage.go firestorm use the ParseKey() funcs to avoid unneeded value parsing 2016-01-06 15:53:12 -08:00
internal_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
internal.go correctly prefix internal rows with 'i' and print them in debug 2015-11-30 10:17:15 -05:00
lookup_test.go firestorm lookuper notified via batch 2016-01-02 12:21:24 -08:00
lookup.go firestorm use the ParseKey() funcs to avoid unneeded value parsing 2016-01-06 15:53:12 -08:00
merge_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
merge.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
reader_dict_test.go fix issues identified by errcheck 2015-11-24 14:32:33 -05:00
reader_dict.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
reader_docs_test.go fix issues identified by errcheck 2015-11-24 14:32:33 -05:00
reader_docs.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
reader_terms_test.go fix issues identified by errcheck 2015-11-24 14:32:33 -05:00
reader_terms.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
reader.go fix issues identified by errcheck 2015-11-24 14:32:33 -05:00
stats.go make existing integration tests work with firestorm 2015-12-01 12:29:56 -05:00
stored_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
stored.go firestorm StoredRow.ParseKey() func 2016-01-06 15:46:26 -08:00
termfreq_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
termfreq.go firestorm TermFreqRow.ParseKey() func 2016-01-06 15:32:09 -08:00
util.go include space after prefix in log output 2015-11-30 10:17:48 -05:00
version_test.go made index type configurable + first version of firestorm 2015-08-25 14:52:42 -04:00
version.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
warmup_test.go Merge branch 'master' into firestorm 2015-10-28 11:26:01 -04:00
warmup.go firestorm use the ParseKey() funcs to avoid unneeded value parsing 2016-01-06 15:53:12 -08:00