kanidm / concread

Concurrently Readable Data Structures for Rust
Mozilla Public License 2.0
343 stars 15 forks source link

Add an internal generic for stats #65

Open Firstyear opened 3 years ago

Firstyear commented 3 years ago

In arc, we should have some way to have an internal generic for stats instead of doing the always method we do

Stats also should record cache miss.