Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Sep 3, 2024
1 parent b650379 commit 27e1bb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ vec_manytypes = collect(Union{A, B, C, D, E, F}, vals);

tuple_sumtype = Tuple(S.(vals));
vec_sumtype = S.(vals);

@benchmark sum($f, $tuple_manytypes)
@benchmark sum($f, $tuple_sumtype)
@benchmark sum($f, $vec_manytypes)
@benchmark sum($f, $vec_sumtype)
```
</details>

Expand Down

0 comments on commit 27e1bb7

Please sign in to comment.