Commit 920171b
Migrate DashMap/DashSet to BuckDashMap/BuckDashSet
Summary:
Migrate all DashMap/DashSet usages to use the centralized BuckDashMap/BuckDashSet
type aliases from buck2_hash. This allows the hasher implementation to be changed
centrally in a future commit.
Files migrated:
- buck2_action_impl/src/actions/impls/run/dep_files.rs
- buck2_build_api/src/materialize.rs
- buck2_common/src/file_ops/io.rs
- buck2_common/src/io/trace.rs
- buck2_execute_impl/src/executors/action_cache_upload_permission_checker.rs
- buck2_execute_impl/src/executors/worker.rs
- buck2_execute_impl/src/sqlite/incremental_state_db.rs
- buck2_execute_impl/src/sqlite/tables/incremental_state_table.rs
- buck2_query_impls/src/dice/aquery.rs
- buck2_test/src/session.rs
Note: dashmap_directory_interner.rs is left unchanged as it already uses
BuckHasherBuilder directly with DashMap.
Reviewed By: JakobDegen
Differential Revision: D95865976
fbshipit-source-id: 7ae2508ca96c197ce180f31d16e052503978b44f1 parent 9fda8d6 commit 920171b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
0 commit comments