Skip to content

Commit 36aacb8

Browse files
committed
Mention @tturbo in the examples.
1 parent 6535fe6 commit 36aacb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,9 @@ x = rand(size(y)...);
519519
@btime threads_of_thread($x,$y) # 4.105 ms (42059 allocations: 4.25 MiB)
520520

521521
# The tested functions
522+
# All of these would be better implemented by just using @tturbo,
523+
# but these suboptimal implementations serve as good test case for
524+
# Polyster-vs-Base thread scheduling.
522525

523526
function inner(x,y,j)
524527
for i axes(x,1)

0 commit comments

Comments
 (0)