aboutsummaryrefslogtreecommitdiff
path: root/prepare_yavuztas.sh
Commit message (Collapse)AuthorAgeFilesLines
* cobol initial implementationTrey Bastian2024-06-241-24/+0
|
* improve speed, thanks to the following improvements: (#550)Yavuz Tas2024-01-291-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix test.sh to use prepare scriptAlexander Yastrebov2024-01-101-1/+1
|
* Hyperfine: Script re-orgGunnar Morling2024-01-091-0/+19