ProjectLighthouseCAU / lighthouse-rust

Rust SDK for Project Lighthouse
https://docs.rs/lighthouse-client
MIT License
2 stars 1 forks source link

Migrate `txs` to `DashMap` #11

Open fwcd opened 2 months ago

fwcd commented 2 months ago

As a small optimization

fwcd commented 1 month ago

We would potentially have to be careful not to hold locks across await-points here. Tokio's Mutex allows that, but DashMap might now.