Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 1, 2020 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/bd6a48a75b46e1265cc637c3b699aef7 to your computer and use it in GitHub Desktop.
Save Whateverable/bd6a48a75b46e1265cc637c3b699aef7 to your computer and use it in GitHub Desktop.
bisectable6
good=478239e61 my @b; append @b, [0 xx 3], [1 xx 3]; say @b # lizmat
Bisecting: 6 revisions left to test after this (roughly 3 steps)
[22c0a53d9d5afa837a1423ef2fd10240c4e9de34] Make Capture.AT-KEY 2% faster
»»»»» Testing 22c0a53d9d5afa837a1423ef2fd10240c4e9de34
»»»»» Script output:
[[0 0 0] [1 1 1]]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[[0 0 0] [1 1 1]]
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 6541775c2ef53f7acc84ed3440fa562a97ad62e8
»»»»» Script output:
[0 0 0 1 1 1]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[[0 0 0] [1 1 1]]
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 61b5e488e960c8c90fa32cab97542e8d10cccd5b
»»»»» Script output:
[0 0 0 1 1 1]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[[0 0 0] [1 1 1]]
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing b98d2e00e119b53261904031fecdb848c9041141
»»»»» Script output:
[0 0 0 1 1 1]
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
[[0 0 0] [1 1 1]]
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
b98d2e00e119b53261904031fecdb848c9041141 is the first new commit
commit b98d2e00e119b53261904031fecdb848c9041141
Author: Elizabeth Mattijsen <liz@wenzperl.nl>
Date: Wed Apr 1 00:28:54 2020 +0200
Make append(@a,foo) about 20x as fast
Part 2 of fixing R#3584
:040000 040000 624090b138024c49795aece3723bc3506a127b27 fceb6cb3183617ef569749097f41f4c5f0bb3c37 M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment