Skip to content

Commit

Permalink
improved line reading performance dramatically.
Browse files Browse the repository at this point in the history
...By removing notify. It was completely unnecessary.
HOLY SHIT did I over complicate things. Past me was seriously stupid.
[ci-build]
  • Loading branch information
prixt committed Feb 17, 2020
1 parent 0b35483 commit 77c5f51
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 257 deletions.
241 changes: 5 additions & 236 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ description = "A Rusty SoundSense alternative"
edge = ["web-view/edge"]

[dependencies]
notify = "4.0"
regex = {version="1.3", default-features=false, features=["std", "perf"]}
rodio = {git="https://github.com/RustAudio/rodio", rev="2c7d1716707876aad450949fa9c7d4f3a8c5ea3b"}
quick-xml = "0.17"
Expand Down
Loading

0 comments on commit 77c5f51

Please sign in to comment.