Skip to content

Commit

Permalink
RC1 (#3)
Browse files Browse the repository at this point in the history
* Cleanup based on feedback

* Add batching and performance upgrades

* More tests and Readme Cleanup

* Rework the whole damn thing

* Cleanup docs
  • Loading branch information
JustinTimperio authored Sep 7, 2024
1 parent 76a64ba commit 4fa6ea4
Show file tree
Hide file tree
Showing 16 changed files with 1,978 additions and 1,182 deletions.
222 changes: 215 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpq"
version = "0.1.3"
version = "0.2.0"
edition = "2021"
authors = ["Justin Timperio"]
description = "A high performance embeddable double priority queue with complex priority ordering guarantees"
Expand All @@ -25,6 +25,7 @@ csv = "1.3.0"
rand = "0.8.4"
redb = "2.1.1"
serde = { version = "1.0.208", features = ["derive"] }
serde_with = { version = "3.9.0", features = ["chrono"] }
tokio = { version = "1.10.0", features = ["full"] }
uuid = { version = "1.10.0", features = ["v4"] }

Expand All @@ -33,3 +34,4 @@ inherits = "release"

[workspace]
members = ["graphs"]
name = "rpq-graphs"
Loading

0 comments on commit 4fa6ea4

Please sign in to comment.