myelnet / rust-pop

Rust implementation of a Myel point of presence
1 stars 0 forks source link

feat: temp blockstore #35

Closed tchardin closed 2 years ago

tchardin commented 2 years ago
alexander-camuto commented 2 years ago

Later on we might consider swapping the RwLocks on the TempStore for Mutexes as there shouldn't be many concurrent reads on that store. May improve performance as per this thread.