Bowarc / crates

Collection of small crates i use in my projects
1 stars 0 forks source link

Networking bps stats refactor #3

Closed Bowarc closed 10 hours ago

Bowarc commented 11 months ago

As stats is in a triple buffer, the data is stored 3 times, so storing a big vec is bad imo

Bowarc commented 11 months ago

I don't think the vec is that big