Skip to content

Commit

Permalink
Merge pull request #1004 from pione30/fix-typo-wee_alloc
Browse files Browse the repository at this point in the history
fix(docs): remove duplicated "is" in the wee_alloc tutorial
  • Loading branch information
drager committed Jun 17, 2021
2 parents c3097f8 + 13c2fc6 commit 0112004
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ responsive.
[An analysis](http://fitzgeraldnick.com/2018/02/09/wee-alloc.html) suggests that over half of the bare minimum WebAssembly memory footprint is required by Rust's default memory allocator. Yet, WebAssembly code often does not require a sophisticated allocator, since it often just requests a couple of large initial allocations.

`wee_alloc` trades off size for speed. It has a tiny code-size
footprint, but it is is not competitive in terms of performance with the
footprint, but it is not competitive in terms of performance with the
default global allocator, for example.

For even more details, see the [`wee_alloc`
Expand Down

0 comments on commit 0112004

Please sign in to comment.