Skip to content

Commit 8b58dde

Browse files
committed
op
1 parent c39bab0 commit 8b58dde

2 files changed

Lines changed: 4 additions & 168 deletions

File tree

Manifest.toml

Lines changed: 0 additions & 164 deletions
This file was deleted.

src/Compositions.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Nemo, IterTools, Triangles
99

1010
export ModuleCompositions
1111
export I097805, LF097805, V097805, M097805
12-
# The module 'Polynomials' contains : P097805, L097805, TL097805,
12+
# The module SetPartitionsMType contains : P097805, L097805, TL097805,
1313

1414
"""
1515
@@ -82,10 +82,10 @@ function demo()
8282
println(n, ": ", V097805(n))
8383
end
8484

85-
println("\nBenchmark the construction of the first 500 rows of A097805 based on Iteration.")
85+
println("\nBenchmark the construction of the first 500 rows of A097805 based on Iteration.\n")
8686
# 0.111066 seconds (253.51 k allocations: 7.795 MiB)
8787
GC.gc()
88-
@time L097805(500)
88+
@time LF097805(500)
8989

9090
println("\nBenchmark the construction of the first 500 rows of A097805 based on closed formula.")
9191
# Result: 0.479466 seconds (1.72 M allocations: 21.592 MiB)
@@ -109,7 +109,7 @@ L097805(500) :: 0.111066 seconds (253.51 k allocations: 7.795 MiB)
109109
"""
110110
function perf()
111111
GC.gc()
112-
@time L097805(500)
112+
@time LF097805(500)
113113
end
114114

115115
function main()

0 commit comments

Comments
 (0)