Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed Feb 6, 2024
1 parent 894d800 commit acdfa46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/examples/tls/tls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ res ≈ res_tls
# Hence, this is precisely what we need and will only lead to O(# parallel tasks)
# allocations.
#
# ## The performant but cumbersome way
# ## The cumbersome manual way
#
# Before we benchmark and compare the performance of all discussed variants, let's implement
# the idea of a task-local `C` for each parallel task manually.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/tls/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ every other storage query from the same task(!) will simply return the task-loca
Hence, this is precisely what we need and will only lead to O(# parallel tasks)
allocations.

## The performant but cumbersome way
## The cumbersome manual way

Before we benchmark and compare the performance of all discussed variants, let's implement
the idea of a task-local `C` for each parallel task manually.
Expand Down

0 comments on commit acdfa46

Please sign in to comment.