aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/dev/morling/onebrc/CalculateAverage_vemanaNonIdiomatic.java
Commit message (Collapse)AuthorAgeFilesLines
* C style code. Should be ~4secs or lower based on local testing. (#559)Vemana2024-01-251-0/+1654
1. Use Unsafe 2. Fit hashtable in L2 cache. 3. If we can find a good hash function, it can fit in L1 cache even. 4. Improve temperature parsing by using a lookup table