Skip to content

Commit

Permalink
perf: remove talc
Browse files Browse the repository at this point in the history
Slight performance improvement at the cost of adding a few kB of code size.
  • Loading branch information
oplik0 committed Apr 11, 2024
1 parent eff0aac commit 4945c18
Show file tree
Hide file tree
Showing 3 changed files with 568 additions and 541 deletions.
1 change: 0 additions & 1 deletion lib/_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
getrandom = { version = "0.2", features = ["js"] }
scrypt = { version = "0.11", default-features = false }
talc = { version = "4.3.1", default-features = false, features = ["lock_api"] }
wasm-bindgen = { version = "=0.2.92", default-features = false, features = ["spans"] }

[dev-dependencies]
Expand Down
Loading

0 comments on commit 4945c18

Please sign in to comment.