diff options
| author | Yavuz Tas <12643010+yavuztas@users.noreply.github.com> | 2024-01-29 21:02:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 21:02:20 +0100 |
| commit | a82cf2ceb7f3832a953f1a68162b03128765612b (patch) | |
| tree | 1974c11b0cfd346bc230de29ee57a3a23fcb24c9 /src/main/java/dev/morling/onebrc/CalculateAverage_PanagiotisDrakatos.java | |
| parent | 886f0cdb4df4fdbee7c99fb1fdd5c72d9608d635 (diff) | |
improve speed, thanks to the following improvements: (#550)
* improve speed, thanks to the following improvements:
- loop unrolling and eleminating extra calculations
- eleminating instance level variable access
- quicker equals check, checking long by long chunks instead of bytes
- update GraalVM version to the latest
* faster equals check
* fix equals bug in 10K, more optimizations on equals and calculate hash parts
* New solution optimized for Linux/AMD hardware
* Optimize solution, try to fix 10K bug on native
* Optimize solution, move records to a local field
* test timing
* revert back accidentally pushed code
---------
Co-authored-by: Yavuz Tas <yavuz.tas@ing.com>
Diffstat (limited to 'src/main/java/dev/morling/onebrc/CalculateAverage_PanagiotisDrakatos.java')
0 files changed, 0 insertions, 0 deletions
