Skip to content

Commit

Permalink
refactor to use arena allocation as far as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Oct 20, 2020
1 parent 5757886 commit 5561a0e
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 110 deletions.
17 changes: 17 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ rayon = "1.4.1"
pulldown-cmark = "0.8.0"
blake3 = "0.3.7"
quick-xml = "0.20.0"
bumpalo = { version = "3.4.0", features = ["collections"] }
thread_local = "1.0.1"
Loading

0 comments on commit 5561a0e

Please sign in to comment.