Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: commit 181b1e4 Author: Changgyoo Park <changgyoo.park@databricks.com> Date: Thu Aug 15 19:39:35 2024 +0200 Fix `set` commit c963e28 Author: Changgyoo Park <changgyoo.park@databricks.com> Date: Thu Aug 15 17:36:14 2024 +0200 More fix commit 0c2fad2 Author: Changgyoo Park <changgyoo.park@databricks.com> Date: Thu Aug 15 17:14:37 2024 +0200 store: use a more optimized get method in scc.rs Replace scc::HashMap::get with scc::HashMap::read as scc::HashMap::get acquires exclusive locks for entry modification whereas scc::HashMap::read acquires shared locks and is more suitable for read-heavy workloads.
- Loading branch information