Fabian Schmidt
|
1f4aff1255
|
Actually I just needed to add target-cpu=native to [build] in Cargo.toml, did that and create HashMap with capacity, also added reference implementation (which uses libraries unlike my solution)
|
2024-07-21 21:44:59 +02:00 |
|
Fabian Schmidt
|
0adcf3dec5
|
The polars solution I saw on reddit a few months ago is also super slow. I'm thinking it might be my macbook
|
2024-04-30 15:35:16 +02:00 |
|
Fabian Schmidt
|
180da512f6
|
use hashbrown instead of std hashmap, no performance improvements
|
2024-04-18 13:30:42 +02:00 |
|
Fabian Schmidt
|
9f257da903
|
single threaded solution
|
2024-03-25 19:54:25 +01:00 |
|