You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt::Layer's performance can probably be improved by pooling allocations of Strings and Extensions. hawkw/natatorium is one possible crate that can be used.
The text was updated successfully, but these errors were encountered:
hawkw/natatorium is one possible crate that can be used.
I think a better solution (rather than trying to get the natatorium stuff releasable) would be to add support for pooling to sharded_slab: hawkw/sharded-slab#2
(This is followup from #420)
fmt::Layer
's performance can probably be improved by pooling allocations ofString
s andExtension
s.hawkw/natatorium
is one possible crate that can be used.The text was updated successfully, but these errors were encountered: