Commit Graph

10 Commits

Author SHA1 Message Date
Van Phu DO
3c454d0222
final version for abeobk (#654)
* final version

* Correct stupid mistake

* min/max trick does not help that much, setting initial value does.

* cut the tail
2024-01-31 20:03:20 +01:00
Van Phu DO
8e407ca79d
apply loop unroll trick (#643)
* apply loop unroll trick

* less assign op, a bit faster
2024-01-29 21:21:04 +01:00
Van Phu DO
271bdfb032
Simplify Node class with less field, improve hash mix speed (#584)
* Simplify Node class with less field, improve hash mix speed

* remove some ops, a bit faster

* more inline, little bit faster but not sure
2024-01-25 22:57:04 +01:00
Van Phu DO
98a8279669
use thomaswue trick, use parallelism, slightly faster (#560) 2024-01-23 16:41:25 +01:00
Van Phu DO
410425c833
reorganize code, little bit faster (#509) 2024-01-21 13:25:18 +01:00
Van Phu DO
1804fc5b5f
Native build, less memory acess, improved hash mixing (#449) 2024-01-16 22:31:00 +01:00
Gunnar Morling
8c0693fdac Removing empty launch script 2024-01-14 12:17:22 +01:00
Gunnar Morling
3dc934353f Formatting 2024-01-14 12:16:52 +01:00
Gunnar Morling
7a96c5ee1b Adding missing Java version 2024-01-14 11:57:49 +01:00
abeobk
53776398dc abeobk initial implementation 2024-01-12 21:15:47 +01:00