0
0
bleve/search/collector
Steve Yen bd73d1bb75 optimmize heap collector Final() for large counts
The previous heap Final() loop would decrement count all the way to 0
when it only has to fill enough of the return slice.
2017-04-01 12:54:49 -07:00
..
bench_test.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
heap.go optimmize heap collector Final() for large counts 2017-04-01 12:54:49 -07:00
list.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
search_test.go reduce garbage created while processing facets 2017-03-02 17:00:46 -05:00
slice.go actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
topn_test.go more collector benchmarks with larger sizes 2017-03-16 13:46:28 -07:00
topn.go switch collector store impl from slice to heap 2017-03-24 09:38:06 -07:00