hashbrown icon indicating copy to clipboard operation
hashbrown copied to clipboard

Add integration with Paralight

Open gendx opened this issue 3 months ago • 2 comments

Paralight is a lightweight parallelism library tuned for indexed structures such as slices. Given that the internal representation of hashbrown's hash tables is a slice of buckets (that each optionally contain a value), it's a good fit to integrate with (https://github.com/gendx/paralight/issues/5).

This pull request is here to iterate on the design. As the integration needs access to the raw hash table representation, it's done here in the hashbrown crate (similarly to Rayon's integration).

gendx avatar Oct 11 '25 10:10 gendx