Skip to content

Commit

Permalink
Replaced PriorityQueue crate (GPL) with bespoke version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcgleenon committed Sep 8, 2024
1 parent e1e7ab6 commit b3f0d01
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 232 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "heavykeeper"
version = "0.2.2"
edition = "2021"
authors = [ "Patrick McGleenon"]
description = "A library for find the top-k elements of a stream of data."
description = "A library for finding the top-k elements of a stream of data."
categories = ["data-structures", "algorithms"]
exclude = [".github", "/data/*" ]
license = "MIT OR Apache-2.0"
Expand All @@ -22,7 +22,6 @@ path = "src/lib.rs"
rand = { version = "0.8.5", features = [ "small_rng" ] }
ahash = "0.8.11"
clap = { version = "4.5.4", features = ["derive"] }
priority-queue = "2.0.3"

[profile.release]
debug = true
Expand Down
Loading

0 comments on commit b3f0d01

Please sign in to comment.