Skip to content

Commit 1f1dcba

Browse files
committed
edited README
1 parent a1d1958 commit 1f1dcba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The full documentation for `SmallCombinatorics` is available
1616

1717
## Benchmarks
1818

19-
The following benchmarks were done with Julia 1.11.5, Chairmarks.jl,
19+
The following benchmarks were done with Julia 1.11.5, Chairmarks.jl, SmallCombinatorics.jl v0.1.0,
2020
[Combinatorics.jl](https://github.com/JuliaMath/Combinatorics.jl) 1.0.3
2121
and [Combinat.jl](https://github.com/jmichel7/Combinat.jl) 0.1.3.
2222
In separate tests, GAP and Sage were 2-3 orders of magnitude slower.
@@ -51,7 +51,7 @@ julia> n = 20; k = 10; @b sum(sum, SmallCombinatorics.combinations($n, $k))
5151
julia> n = 20; k = 10; @b sum(sum, Combinatorics.combinations(1:$n, $k))
5252
9.484 ms (369514 allocs: 25.373 MiB, 7.09% gc time)
5353

54-
julia> n = 20; k = 10; @b sum(sum, Combinat.Combinations(1:$n, $k)) # Combinat.jl
54+
julia> n = 20; k = 10; @b sum(sum, Combinat.Combinations(1:$n, $k))
5555
9.605 ms (369521 allocs: 25.373 MiB, 7.04% gc time)
5656
```
5757

0 commit comments

Comments
 (0)