clintropolis commented on PR #13854: URL: https://github.com/apache/druid/pull/13854#issuecomment-1447998483
slightly better by returning the values with prefix 0 directly: ``` Benchmark (indexType) (numElements) (numOperations) (width) Mode Cnt Score Error Units FrontCodedIndexedBenchmark.get generic 10000 10000 16 avgt 5 15.716 ± 0.072 ns/op FrontCodedIndexedBenchmark.get generic 100000 10000 16 avgt 5 16.774 ± 0.123 ns/op FrontCodedIndexedBenchmark.get front-coded-4 10000 10000 16 avgt 5 35.673 ± 0.290 ns/op FrontCodedIndexedBenchmark.get front-coded-4 100000 10000 16 avgt 5 38.154 ± 0.456 ns/op FrontCodedIndexedBenchmark.get front-coded-16 10000 10000 16 avgt 5 48.718 ± 0.163 ns/op FrontCodedIndexedBenchmark.get front-coded-16 100000 10000 16 avgt 5 53.583 ± 0.666 ns/op FrontCodedIndexedBenchmark.get front-coded-incremental-buckets-4 10000 10000 16 avgt 5 30.538 ± 0.611 ns/op FrontCodedIndexedBenchmark.get front-coded-incremental-buckets-4 100000 10000 16 avgt 5 34.603 ± 0.257 ns/op FrontCodedIndexedBenchmark.get front-coded-incremental-buckets-16 10000 10000 16 avgt 5 63.026 ± 0.594 ns/op FrontCodedIndexedBenchmark.get front-coded-incremental-buckets-16 100000 10000 16 avgt 5 70.225 ± 1.225 ns/op ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
