https://github.com/Netflix/atlas
Revision 1fd94735236c9870373a80f2b1185aa0ed2e6b79 authored by brharrington on 22 March 2020, 14:55:30 UTC, committed by GitHub on 22 March 2020, 14:55:30 UTC
This get computed a lot when leveraging a query index. In
some cases it is over 5% of the time. Current JMH benchmark
shows a similar improvement after caching.

| Benchmark            |        Before |         After | % Delta |
|----------------------|---------------|---------------|---------|
| index_100            |   2,950,658.3 |   3,032,810.1 |     2.8 |
| index_1000           |   2,072,328.3 |   2,122,367.3 |     2.4 |
| index_10000          |   2,527,147.8 |   2,714,280.1 |     7.4 |
| index_100000         |   2,028,644.4 |   2,152,331.2 |     6.1 |
1 parent 264dbb1
History
Tip revision: 1fd94735236c9870373a80f2b1185aa0ed2e6b79 authored by brharrington on 22 March 2020, 14:55:30 UTC
cache hash code for Query (#1160)
Tip revision: 1fd9473

README.md

back to top