Kirpal Grewal
Kirpal Grewal
Thankfully this one is a simple, single change that also prevents overflow in the `abs()`
This would enable the `borrowed_box` clippy lint: however this does not seem to actually improve the complexity or readability of the code significantly
This removes the internal code for fxhash and instead uses the fxhash crate and subsequently migrates use of the fxhash crate (https://crates.io/crates/fxhash) to the rustc-hash crate (https://crates.io/crates/rustc-hash) implementing the same...
An attempt at adding isle opts for turning division by powers of two into ushr or sshr bit shifts
### What is the issue? Attempting to update the apt package on a raspberry pi, running Ubuntu 24.04, from 1.64.0 to 1.66.1 is failing to find a newer package: ```...
This is a first attempt at setting the CI profiles for the builds in Cargo.toml as opposed to overriding in rust.yml - the Cargo builds are consistent with what was...
### Related problem Currently polars in nu shell only displays a limited amount of rows / columns, before concatenating the table with ... . ### Describe the solution you'd like...