Block a user
25d20169aa
some improvements by reducing the casts, implemented a get_pos function to get position of byte in byteslice by bitmasking... slightly slower
5aa94e67d1
use read_until method instead of custom function because it is faster than mine using the Bytes struct
e230a5ce2c
My multi-treaded version is now faster than polars and takes less time to compile. It's a little more complex though
16cf4ca2ca
moved from reading String to reading bytes. A little faster, still need to implement for multithreaded solution
b4e3992c65
mostly made output a bit nicer
393f802741
remove the need for mutex by using channels
327fe8564e
use scopes to allow to use mutex without arc
14d608b209
Fastest yet with scaled integers instead of floats
2f82e8788d
moved rust implementation to /src/main/rust