commit | bd809f310a0d80596fc68badd3b8b69447bc69ed | [log] [tgz] |
---|---|---|
author | Joe Mason <joenotcharles@google.com> | Tue Jan 28 19:44:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 28 19:44:44 2025 |
tree | 94cf341338318950bc6fea1943e473d2e7a76d2e | |
parent | 1a6ce252c824fd80e1cac24777dddd20326e3afc [diff] |
Add LockFreeBloomFilter This will be used as a front-end to LockFreeHashSet to optimize the common case of looking up freed pointers that aren't in the hash set. Based on the BloomFilter from components/optimization_guide, modified to update atomically so it can be accessed from multiple threads. Bug: 383374205 Change-Id: I851470199a8a38e927799693f42128212e938332 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6163728 Reviewed-by: Gabriel Charette <gab@chromium.org> Commit-Queue: Joe Mason <joenotcharles@google.com> Cr-Commit-Position: refs/heads/main@{#1412454}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.