0
0
bleve/index/upside_down
Marty Schoch a2ad7634f2 update term freq rows to use varint where possible
benchmark old ns/op new ns/op delta
BenchmarkLevelDBIndexing1Workers 1138292 657901 -42.20%
BenchmarkLevelDBIndexing2Workers 1619323 647628 -60.01%
BenchmarkLevelDBIndexing4Workers 1172845 636478 -45.73%
BenchmarkLevelDBIndexing1Workers10Batch 465556545 448153394 -3.74%
BenchmarkLevelDBIndexing2Workers10Batch 504203911 449657355 -10.82%
BenchmarkLevelDBIndexing4Workers10Batch 510766435 439839335 -13.89%
BenchmarkLevelDBIndexing1Workers100Batch 307657846 268976464 -12.57%
BenchmarkLevelDBIndexing2Workers100Batch 302257400 269110215 -10.97%
BenchmarkLevelDBIndexing4Workers100Batch 305320485 259084902 -15.14%
BenchmarkLevelDBIndexing1Workers1000Batch 301320576 258070231 -14.35%
BenchmarkLevelDBIndexing2Workers1000Batch 334174454 261175641 -21.84%
BenchmarkLevelDBIndexing4Workers1000Batch 267732436 261461739 -2.34%

closes #165
2015-03-06 13:00:53 -05:00
..
analysis_pool.go text analysis now moved out of index write lock onto goroutine 2014-09-24 08:13:14 -04:00
benchmark_boltdb_test.go text analysis now moved out of index write lock onto goroutine 2014-09-24 08:13:14 -04:00
benchmark_common_test.go refactored API a bit 2014-10-31 09:40:23 -04:00
benchmark_cznicb_test.go added some batch size 1000 microbenchmarks 2015-01-30 15:58:39 -08:00
benchmark_forestdb_test.go pass config to forestdb Open() 2015-01-13 11:04:02 -08:00
benchmark_gtreap_test.go added gtreap in-memory, copy-on-write KVStore 2015-01-12 11:26:21 -08:00
benchmark_inmem_test.go text analysis now moved out of index write lock onto goroutine 2014-09-24 08:13:14 -04:00
benchmark_leveldb_test.go added some batch size 1000 microbenchmarks 2015-01-30 15:58:39 -08:00
benchmark_null_test.go text analysis now moved out of index write lock onto goroutine 2014-09-24 08:13:14 -04:00
dump_test.go refactored API a bit 2014-10-31 09:40:23 -04:00
dump.go Fix typos in comments and strings 2014-12-18 18:43:12 +01:00
field_index_cache.go text analysis now moved out of index write lock onto goroutine 2014-09-24 08:13:14 -04:00
field_reader_test.go refactored API a bit 2014-10-31 09:40:23 -04:00
field_reader.go Fix typos in comments and strings 2014-12-18 18:43:12 +01:00
index_reader.go text analysis now moved out of index write lock onto goroutine 2014-09-24 08:13:14 -04:00
reader_test.go Fix typos in comments and strings 2014-12-18 18:43:12 +01:00
reader.go major refactor of kvstore/index internals, see below 2014-09-12 17:21:35 -04:00
row_merge.go Remove unneeded else clauses 2014-11-20 20:34:05 +01:00
row_test.go update term freq rows to use varint where possible 2015-03-06 13:00:53 -05:00
row.go update term freq rows to use varint where possible 2015-03-06 13:00:53 -05:00
stats.go added support for tracking index stats and exposing via expvar 2014-10-02 11:12:49 -07:00
upside_down_test.go Fix typos in comments and strings 2014-12-18 18:43:12 +01:00
upside_down.go update term freq rows to use varint where possible 2015-03-06 13:00:53 -05:00
upside_down.pb.go Update protobuf imports 2014-12-10 01:24:59 +03:00
upside_down.proto major change to fields 2014-08-19 08:58:26 -04:00