如何将 dashmap 转换为 hashmap

发布于 2025-01-15 11:47:41 字数 291 浏览 0 评论 0原文

我最近决定使用 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 DashMapto a HashMap ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文