tangled
alpha
login
or
join now
stau.space
/
costas
0
fork
atom
Permutation matrices research.
0
fork
atom
overview
issues
pulls
pipelines
chore: Update bench.jl.
Diego A. Estrada Rivera
1 year ago
a2807051
af93c9bf
+3
-4
1 changed file
expand all
collapse all
unified
split
src
jupyter
bench.jl
+3
-4
src/jupyter/bench.jl
···
6
6
using Transducers
7
7
using Combinatorics
8
8
include("header.jl")
9
9
-
1:10 |> permutations |> Filter(iscostas) |> tcollect
10
10
-
1:10 |> permutations |> Filter(iscostasdbg) |> tcollect
9
9
+
include("search2.jl")
10
10
+
searchallt(5)
11
11
12
12
-
println(@benchmark 1:10 |> permutations |> Filter(iscostas) |> tcollect)
13
13
-
println(@benchmark 1:10 |> permutations |> Filter(iscostasdbg) |> tcollect)
12
12
+
println(@benchmark searchallt(10))