Skip to content

Commit d913954

Browse files
committed
Auto merge of #138405 - Zoxc:vec-cache-tweaks, r=Mark-Simulacrum
Tweak `VecCache` to improve performance This has some tweaks to `VecCache` to improve performance. - It saves a `compare_exchange` in `complete` using the new `put_unique` function. - It removes bound checks on entries. These are instead checked in the `slot_index_exhaustive` test. - `initialize_bucket` is outlined and tuned for that. cc @Mark-Simulacrum
2 parents da4d221 + 63cda3e commit d913954

0 file changed

File tree

    0 commit comments

    Comments
     (0)