clintropolis commented on PR #13854: URL: https://github.com/apache/druid/pull/13854#issuecomment-1447829512
getting closer :rocket: ``` Benchmark (indexType) (numElements) (numOperations) (width) Mode Cnt Score Error Units FrontCodedIndexedBenchmark.get generic 10000 10000 16 avgt 5 15.014 ± 0.124 ns/op FrontCodedIndexedBenchmark.get generic 100000 10000 16 avgt 5 16.732 ± 0.103 ns/op FrontCodedIndexedBenchmark.get front-coded-4 10000 10000 16 avgt 5 35.320 ± 0.111 ns/op FrontCodedIndexedBenchmark.get front-coded-4 100000 10000 16 avgt 5 37.815 ± 0.395 ns/op FrontCodedIndexedBenchmark.get front-coded-16 10000 10000 16 avgt 5 48.906 ± 0.504 ns/op FrontCodedIndexedBenchmark.get front-coded-16 100000 10000 16 avgt 5 53.503 ± 0.686 ns/op FrontCodedIndexedBenchmark.get front-coded-incremental-buckets-4 10000 10000 16 avgt 5 32.281 ± 0.371 ns/op FrontCodedIndexedBenchmark.get front-coded-incremental-buckets-4 100000 10000 16 avgt 5 36.480 ± 0.309 ns/op FrontCodedIndexedBenchmark.get front-coded-incremental-buckets-16 10000 10000 16 avgt 5 64.621 ± 1.073 ns/op FrontCodedIndexedBenchmark.get front-coded-incremental-buckets-16 100000 10000 16 avgt 5 73.794 ± 15.222 ns/op ``` bucket size of 4 seems equivalent (or faster?), bucket size of 16 is ~15-20ns slower which is maybe ok given that it can be a lot more effective... -- 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]
