diff options
author | Marvin Borner | 2024-04-06 19:45:26 +0200 |
---|---|---|
committer | Marvin Borner | 2024-04-06 19:45:26 +0200 |
commit | 32eea268559a1360cc00fcd5b180e74104e0c395 (patch) | |
tree | c646e5d76066616369adcde59acf98e682f57bd8 /bruijn/Screen.bruijn | |
parent | cf46c0fae36b2c242aa924303e1d39f068381273 (diff) |
Performance
Diffstat (limited to 'bruijn/Screen.bruijn')
-rw-r--r-- | bruijn/Screen.bruijn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bruijn/Screen.bruijn b/bruijn/Screen.bruijn index f132c66..465df25 100644 --- a/bruijn/Screen.bruijn +++ b/bruijn/Screen.bruijn @@ -74,3 +74,7 @@ br! [[1 [[[[[0 4 3 2 5]]]]]]] map [&[[[[[0 (5 4) (5 3) (5 2) (5 1)]]]]]] :test (map invert empty) (build w w w w) + +qsplit map [w? 0 (build w w w w) (build b b b b)] + +:test (qsplit (build b w b w)) (build (build b b b b) (build w w w w) (build b b b b) (build w w w w)) |