Skip to content

Use dashmap for torrent in memory storage instead of the std hashmap #565

Closed
@mickvandijke

Description

@mickvandijke

DashMap should be significantly faster in concurrent reads and writes compared to the std HashMap.

https://github.com/xacrimon/dashmap
https://github.com/xacrimon/conc-map-bench

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

  • Status

    Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions