Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
d246c54cd9
removed polars example because it wouldn't compile anymore, even when updating to latest version. It also massively reduced the number of downloaded crates
2a89d061a0
Use FxHashMap for multi_threaded_smol.rs
7add8793a5
managed to get library version on par with the reference implementation by using memmap2. I'm understanding scoped threads a little better now... I think