Block a user
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)
0adcf3dec5
The polars solution I saw on reddit a few months ago is also super slow. I'm thinking it might be my macbook
b6e8b41bb1
Multi threaded works now but it's slower than single threaded...
18ea81eaaa
Still broken but it compiles. For some reason lines are not properly being read and only one thread is being run
180da512f6
use hashbrown instead of std hashmap, no performance improvements
14e55e8c5c
not working multi threaded solution
fapmaster
pushed to with-lifetimes-simplified at Playground/RustLifetimes
2024-01-23 11:15:18 +01:00
7141085747
Simplified example with lifetimes specified
fc13310be8
Add Readme
fapmaster
pushed to with-lifetimes-simplified at Playground/RustLifetimes
2024-01-23 11:05:55 +01:00
c3f1b7b230
Simplified example with lifetimes specified
ae27ad2db2
Example with lifetimes specified
a754093bd0
Example of an error when lifetime not specified
fapmaster
created branch with-lifetimes-simplified in Playground/RustLifetimes
2024-01-23 11:05:55 +01:00