Skip to content

Commit

Permalink
Update to the latest version of dashmap. Remove forked hydra-dashmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzxporter committed Jun 18, 2024
1 parent 17bb7af commit e83aa16
Show file tree
Hide file tree
Showing 37 changed files with 23 additions and 4,657 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

### Fixed

# 0.1.27

### Changed
- Updated to latest release of `dashmap`, removed forked `hydra-dashmap`, better performance and official release.

# 0.1.26

### Added
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["hydra", "hydra-macros", "hydra-test", "hydra-test-client", "hydra-test-main", "hydra-dashmap", "hydra-websockets"]
members = ["hydra", "hydra-macros", "hydra-test", "hydra-test-client", "hydra-test-main", "hydra-websockets"]
resolver = "2"

package.license = "MIT"
Expand Down Expand Up @@ -30,10 +30,10 @@ tokio-native-tls = "0.3"
futures-util = { version = "0.3", default-features = false, features = ["std", "sink"] }
tracing = { version = "0.1", default-features = false, features = ["std"] }
tracing-subscriber = "0.3"
dashmap = "6.0.0-rc.1"

hydra-macros = { version = "0.1.26", path = "./hydra-macros" }
hydra-dashmap = { version = "0.1.26", path = "./hydra-dashmap" }
hydra = { version = "0.1.26", path = "./hydra", default-features = false }
hydra-macros = { version = "0.1.27", path = "./hydra-macros" }
hydra = { version = "0.1.27", path = "./hydra", default-features = false }

[profile.release]
lto = "fat"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ There is a message passing benchmark in the examples you can run using `cargo ru

- **Intel 14700k**: 26257627 msg/s
- **Intel 7700k**: 7332666 msg/s
- **Apple M1 Max**: 5053229 msg/s
- **Apple M1 Max**: 5743765 msg/s

## License
This project is licensed under the [MIT license](https://github.com/dtzxporter/hydra/blob/main/LICENSE)
Expand Down
26 changes: 0 additions & 26 deletions hydra-dashmap/Cargo.toml

This file was deleted.

9 changes: 0 additions & 9 deletions hydra-dashmap/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions hydra-dashmap/src/arbitrary.rs

This file was deleted.

Loading

0 comments on commit e83aa16

Please sign in to comment.