Permutation matrices research.

chore: Update bench.jl.

+3 -4
+3 -4
src/jupyter/bench.jl
··· 6 6 using Transducers 7 7 using Combinatorics 8 8 include("header.jl") 9 - 1:10 |> permutations |> Filter(iscostas) |> tcollect 10 - 1:10 |> permutations |> Filter(iscostasdbg) |> tcollect 9 + include("search2.jl") 10 + searchallt(5) 11 11 12 - println(@benchmark 1:10 |> permutations |> Filter(iscostas) |> tcollect) 13 - println(@benchmark 1:10 |> permutations |> Filter(iscostasdbg) |> tcollect) 12 + println(@benchmark searchallt(10))