Dashmap: Blazing fast concurrent HashMap for Rust

栏目: IT技术 · 发布时间: 5年前

内容简介:Blazingly fast concurrent map in Rust.DashMap is an implementation of a concurrent associative array/hashmap in Rust.DashMap tries to implement an easy to use API similar to

dashmap

Blazingly fast concurrent map in Rust.

DashMap is an implementation of a concurrent associative array/hashmap in Rust.

DashMap tries to implement an easy to use API similar to std::collections::HashMap with some slight changes to handle concurrency.

DashMap tries to be very simple to use and to be a direct replacement for RwLock<HashMap<K, V>> . To accomplish these all methods take &self instead modifying methods taking &mut self . This allows you to put a DashMap in an Arc<T> and share it between threads while being able to modify it.

DashMap puts great effort into performance and aims to be as fast as possible. If you have any suggestions or tips do not hesitate to open an issue or a PR.

Documentation

Cargo features

  • serde - Enables serde support.

  • raw-api - Enables the unstable raw-shard api.

Support

Dashmap: Blazing fast concurrent HashMap for Rust

Creating and testing open-source software like DashMap takes up a large portion of my time and comes with costs such as test hardware. Please consider supporting me and everything I make for the public to enable me to continue doing this.

If you want to support me please head over and take a look at my patreon .

Contributing

DashMap is gladly accepts contributions! Do not hesitate to open issues or PR's.

I will take a look as soon as I have time for it.

Performance

Benchmarks are currently not fantastic and can be improved and more can be created. Help is welcomed with open arms.

NOTE:Benchmarks are currently being revamped for v4; hopefully a bit more scientific this time, stay tuned.

Also, to be brutally honest, do your own benchmarking with your setup. This is one of infinite possible configations. It doesn't speak for how it will work for you.

Notes

  • cht is very broken and has inconsistency and memory safety issues making it a non-option.

Dashmap: Blazing fast concurrent HashMap for Rust

Dashmap: Blazing fast concurrent HashMap for Rust

Google Doc

Special thanks

License

This project is licensed under MIT.


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

分享经济的爆发

分享经济的爆发

阿鲁·萨丹拉彻 / 周恂 / 文汇出版社 / 2017-4-1 / 59.00元

◆了解分享经济,读这本就够了!解读了全球几乎所有成功的分享经济案例。 ◆国家多次提出“发展分享经济”“分享经济是经济新常态的国家战略”。 ◆全球分享经济泰斗揭示分享经济将从哪些方面重构我们的生活。 ◆作者是分享经济领域的泰斗,纽约大学斯特恩商学院教授。 ◆全球分享经济理论热门著作! ◆滴滴CEO程维亲自作序力荐! ◆谷歌、《时代周刊》、《 纽约时报》、《华尔街日......一起来看看 《分享经济的爆发》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具