Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README): Replace relative paths with absolute URLs #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions talc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## Table of Contents

Targeting WebAssembly? You can find WASM-specific usage and benchmarks [here](./README_WASM.md).
Targeting WebAssembly? You can find WASM-specific usage and benchmarks [here](https://github.com/SFBdragon/talc/README_WASM.md).

- [Setup](#setup)
- [Benchmarks](#benchmarks)
Expand Down Expand Up @@ -98,15 +98,15 @@ The number of successful allocations, deallocations, and reallocations within th

#### 1 Thread

![Random Actions Benchmark Results](./benchmark_graphs/random_actions.png)
![Random Actions Benchmark Results](https://github.com/SFBdragon/talc/benchmark_graphs/random_actions.png)

#### 4 Threads

![Random Actions Multi Benchmark Results](./benchmark_graphs/random_actions_multi.png)
![Random Actions Multi Benchmark Results](https://github.com/SFBdragon/talc/benchmark_graphs/random_actions_multi.png)

## Allocations & Deallocations Microbenchmark

![Microbenchmark Results](./benchmark_graphs/microbench.png)
![Microbenchmark Results](https://github.com/SFBdragon/talc/benchmark_graphs/microbench.png)

Label indicates the maximum within 50 standard deviations from the median. Max allocation size is 0x10000.

Expand Down Expand Up @@ -319,7 +319,7 @@ To migrate from v2 to v3, keep in mind that you must keep track of the heaps if
#### v2.2.0
- Added `dlmalloc` to the benchmarks.
- WASM should now be fully supported via `TalckWasm`. Let me know what breaks ;)
- Find more details [here](./README_WASM.md).
- Find more details [here](https://github.com/SFBdragon/talc/README_WASM.md).


#### v2.1.0
Expand Down