| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | final version for abeobk (#654) | Van Phu DO | 2024-01-31 | 1 | -209/+247 |
| | | | | | | | | | | * final version * Correct stupid mistake * min/max trick does not help that much, setting initial value does. * cut the tail | ||||
| * | apply loop unroll trick (#643) | Van Phu DO | 2024-01-29 | 1 | -128/+180 |
| | | | | | | * apply loop unroll trick * less assign op, a bit faster | ||||
| * | Use native type, remove lots of type conversions (#618) | Van Phu DO | 2024-01-28 | 1 | -80/+99 |
| | | | | | | | | * less type conversion, less string cast * adjust some comments * fixed format issue | ||||
| * | improve hard disk access locality, another 8% (#591) | Van Phu DO | 2024-01-27 | 1 | -155/+172 |
| | | | | | | | | * improve hard disk access locality, another 8% * add some comments & credit * fixed format | ||||
| * | Simplify Node class with less field, improve hash mix speed (#584) | Van Phu DO | 2024-01-25 | 1 | -66/+60 |
| | | | | | | | | * Simplify Node class with less field, improve hash mix speed * remove some ops, a bit faster * more inline, little bit faster but not sure | ||||
| * | use thomaswue trick, use parallelism, slightly faster (#560) | Van Phu DO | 2024-01-23 | 1 | -62/+95 |
| | | |||||
| * | reorganize code, little bit faster (#509) | Van Phu DO | 2024-01-21 | 1 | -24/+27 |
| | | |||||
| * | low collision + fast mixer, more optimization, less if because if is slow (#474) | Van Phu DO | 2024-01-19 | 1 | -58/+44 |
| | | |||||
| * | Native build, less memory acess, improved hash mixing (#449) | Van Phu DO | 2024-01-16 | 1 | -78/+179 |
| | | |||||
| * | Optimized with less constructor args + low collision mixer (#420) | Van Phu DO | 2024-01-15 | 1 | -72/+97 |
| | | | | | | | | | | * use all CPUs * use graal * optimized with less constructor arg * optimized with low collision mixer | ||||
| * | use all CPUs | abeobk | 2024-01-13 | 1 | -1/+1 |
| | | |||||
| * | Leaderboard, formatting | Gunnar Morling | 2024-01-12 | 1 | -214/+214 |
| | | |||||
| * | abeobk initial implementation | abeobk | 2024-01-12 | 1 | -0/+230 |
