We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
creating a new Context object surprisingly implies doing a file syscall:
Context
This is apparently due to DashMap looking up the available resources in the cgroup at creation: https://github.com/xacrimon/dashmap/blob/459db7ac6f3d0b46f507cb724dd9bb0ce389f4ae/src/lib.rs#L55
DashMap
I opened xacrimon/dashmap#219 to see if this could be memoized. If not we could do it inside the router
The text was updated successfully, but these errors were encountered:
this will be fixed once xacrimon/dashmap#222 is merged and published
Sorry, something went wrong.
closing this because DashMap 5.4.0 was released with a fix for that and added to the router in 0151285
Geal
Successfully merging a pull request may close this issue.
creating a new
Context
object surprisingly implies doing a file syscall:This is apparently due to
DashMap
looking up the available resources in the cgroup at creation:https://github.com/xacrimon/dashmap/blob/459db7ac6f3d0b46f507cb724dd9bb0ce389f4ae/src/lib.rs#L55
I opened xacrimon/dashmap#219 to see if this could be memoized. If not we could do it inside the router
The text was updated successfully, but these errors were encountered: