mtak- / swym

Efficient transactional memory in rust.
MIT License
209 stars 6 forks source link

Stats optimization #12

Closed mtak- closed 5 years ago

mtak- commented 5 years ago

Recording stats has less of an impact on performance than it previously did. This greatly improves the usefulness of stats for high contention workloads.

phoenix_tls should be modified slightly to support ThreadKey as well. Some sort of subscribe/unsubscribe mechanism is needed.