Skip to content

Commit 705dbfd

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 8d0f3e3 + 059b6d0 commit 705dbfd

0 file changed

File tree

    0 commit comments

    Comments
     (0)