Hi,
@michaelsproul and I ran some benchmarks in rpds . Most results improved when switching from std::sync::Arc
to triomphe::Arc
, but I was surprised that some benchmarks regressed significantly (> 30%). I'm wondering if there are optimizations on std::sync::Arc
that were never ported to triomphe
and that could improve triomphe
and all projects that use it.
This is the PR with the benchmark results: orium/rpds#88