Skip to content

Commit

Permalink
small readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SFBdragon committed Mar 2, 2024
1 parent 589f3f1 commit 618d505
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#### Why not Talc?
- Doesn't integrate with operating systems' dynamic memory facilities out-of-the-box yet
- Doesn't scale well to allocation/deallocation-heavy concurrent processing
- However, it's especially good at concurrent reallocation
- Though it's particularly good at concurrent reallocation.

## Table of Contents

Expand Down Expand Up @@ -90,7 +90,7 @@ The average occupied capacity upon first allocation failure when randomly alloca
| Rlsf | 99.06% |
| Talc | 98.97% |
| Linked List | 98.36% |
| Buddy Alloc | **63.14%** |
| Buddy Alloc | 63.14% |

### Random Actions Benchmark

Expand Down Expand Up @@ -126,6 +126,7 @@ Here is the list of important `Talc` methods:
* `malloc`
* `free`
* `grow`
* `grow_in_place`
* `shrink`

Read their [documentation](https://docs.rs/talc/latest/talc/struct.Talc.html) for more info.
Expand Down

0 comments on commit 618d505

Please sign in to comment.