diff options
| author | Markus Ebner <seijikun@users.noreply.github.com> | 2024-01-05 19:35:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 19:35:15 +0100 |
| commit | 36dac255cf2b36811c5fc9b6fc9ca37e17bc34b6 (patch) | |
| tree | 117df00ea142eac4230ac048313be871f68e198f /src/main/java/org/rschwietzke | |
| parent | e3f6c3aaf795cab2f0818c96bd46c573a2e14cf1 (diff) | |
Update seijikun implementation
* Use Integer calculation instead of double, add unit-test
* Bring back StationIdent optimization
Originally, StationIdent was using byte[] to store names, so the extra
String allocation could be avoided. However, that produced incorrect
sorting.
Sorting is now moved to the result merging step. Here, names are
converted to Strings.
* Implement readStationName with SIMD 256bit
* Rebase and cleanup test code, now that it's in the project
* Fix seijikun formatting
* Fix test failure in specific jobCnt edge-cases
* Also switch to graalvm
Diffstat (limited to 'src/main/java/org/rschwietzke')
0 files changed, 0 insertions, 0 deletions
