Skip to content

Commit

Permalink
major changes -> improve performance (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka authored Oct 21, 2024
1 parent 79b369e commit 6886ddc
Show file tree
Hide file tree
Showing 42 changed files with 1,494 additions and 1,443 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["--cfg", "tokio_unstable", "-Ctarget-cpu=native"]
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*.zip
.idea
/run
.cargo
perf.data
**/*.zip
.DS_Store
Expand Down
Loading

0 comments on commit 6886ddc

Please sign in to comment.