Skip to content

Commit 65b48e0

Browse files
committed
Add linked to code
1 parent c26a8c8 commit 65b48e0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/bench/transactional/results.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ Three alternatives:
1212

1313
Two benchmarks:
1414

15-
- `ImplicitMono`: all calls are monomorphic
16-
- `ImplicitMega` : about half of the calls are (4-way) megamorphic,
15+
- `ImplicitMono`: All calls are monomorphic.
16+
Code in [ImplicitMono.scala](./ImplicitMono.scala).
17+
- `ImplicitMega` : About half of the calls are (4-way) megamorphic,
1718
the others are monomorphic.
19+
Code in [ImplicitMega.scala](./ImplicitMega.scala).
1820

1921
### Results
2022

@@ -61,7 +63,7 @@ specicialize monomorphic call-targets or not.
6163

6264
### Comparing with the Reader Monad
6365

64-
Translating `ImplicitMega` to the reader monad gives the following runtimes:
66+
Translating `ImplicitMega` to the reader monad (code in [ReaderMonadic.scala](./ReaderMonadic.scala)) gives the following runtimes:
6567

6668
| Reader |
6769
|---------|

0 commit comments

Comments
 (0)