如何将 dashmap 转换为 hashmap
我最近决定使用 dashmap
因为 tokio
推荐它
而不是自己实现分片。
在某些情况下,我只需要对其进行可读访问,我想将仪表板转换为哈希图,以便我可以对这些方法进行最小的更改。 更具体地说,我还想序列化它,并且 dashmap 的 ReadOnlyView 也没有实现 Serialize 特征。
似乎没有办法直接通过 dashmap 箱来完成此操作。
那么如何将 DashMap
转换为 HashMap
?
I recently decided to use dashmap
since tokio
recommends it
instead of implementing sharding myself.
In some cases, where I only need readable access to it, I would like to convert the dashmap to hashmap so I can do minimal changes in those methods.
More specifically, I also wanted to serialize it, and the ReadOnlyView
of dashmap doesn't implement the Serialize
trait either.
There doesn't seem to be a way to do it directly via the dashmap crate.
So how do I convert a DashMap
to a HashMap
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论