Skip to content

Commit

Permalink
fix: 🔥 Removed wee_alloc as default allocator due to memory leak
Browse files Browse the repository at this point in the history
This solves #1 and increases performance at the expense of binary size, wee_alloc is still usable but not built by default
  • Loading branch information
eliassjogreen committed Jun 1, 2020
1 parent 93d5238 commit c1e0921
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ opt-level = "z"
codegen-units = 1

[features]
default = ["wee_alloc"]

0 comments on commit c1e0921

Please sign in to comment.