fralalonde/dipstick

Make metric scopes not threadsafe

fralalonde opened this issue · 2 comments

Force usage of with_async_queue or (to be added) with_thread_local instead of requiring RwLock on each scope buffer.

This is a big one, not sure it's worth it. Performance gain likely to be null. Minor memory gains from not having Arcs everywhere. Much complexity to hide from API or else document.

done