Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 22, 2021 18:56
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/9c3dc63b810857241a90ff73ec41683f to your computer and use it in GitHub Desktop.
Save Whateverable/9c3dc63b810857241a90ff73ec41683f to your computer and use it in GitHub Desktop.
releasable6
    + Make .grep(Callable) about 3% faster [52ffc125]
    + Fix "next value" in .grep(Callable) with >1 argument [0761d4b2]
    + Missed one case of needing to use .has-loop-phasers [ddc7c9ff]
    + Improve performance of .grep(Callable) and cleanup [bb09bbb8]
    + Lose one level of indirection with .map [38626c68]
    + Optimize .sink-all on map iterators without phasers [265888ce]
    + Make sure we don't sink values in .grep(Callable) [71f6bada]
    + Fix `rakuw.exe` to be a non-console app [57885f66]
    + Make for / map with 2+ args up to 2x as fast [4c417f31]
    + Reimagine IterateTwoWithoutPhasers [4f5fb9e6]
    + Merge pull request #4391 from Kaiepi/socket-cleanup [68b08a35]
    + Various for / map iterator cleanups [bfa6b295]
    + Add SlippyIterator.(push-)control-payload methods [9c69b7d5]
    + Make some more use of the new SlippyIterator methods [941349d0]
    + Re-imagine IterateOneWithoutPhaser.pull-one [eae82f09]
    + Rework IterateOneWithoutPhaser.push-all a bit [d8281722]
    + IterateOneWithPhasers handles empty iterators 20% faster [2efe4302]
    + Remove Slip thinko [7f5f60e8]
    + Build: Tidy and improve cleanup rules [e771bd8a]
    + Fix CURI probing on Windows [2839cef6]
    + Revert "Rework IterateOneWithoutPhaser.push-all a bit" [271b64f0]
    + Merge pull request #4452 from patrickbkr/fix-win-install-write-protected [798878cd]
    + Merge pull request #4451 from rakudo/windowed-rakuw [6eea2621]
    + Fix installation to to-be-created CURIS on Windows (#4461) [d668d992]
    + Revert "Make $() work properly on scalar values" [b0caab5b]
    + Make "next/last foo" a v6.e feature [47ebc86c]
    + Oops, forgot to add the actual file, vrurg++ [a2faac4b]
    + Make sure .grep knows about next/last foo [e777fc4f]
    + Add Uni.ACCEPTS(Uni) candidate [6b6459f3]
    + Add support for `next foo` to (node|deep|duck)map [4f190875]
    + Simplify the handlers in (node|duck|deep)map [21576423]
    + Merge pull request #4453 from patrickbkr/tidy-clean [f1959972]
    + Remove any trailing whitespace [64b38ba3]
    + Bump NQP to get the latest MoarV fixes [f4b4bc1d]
    + Bump NQP for a MoarVM deadlock fix [ac92caa8]
    + Use 'inlinable' instead of 'inlineable' (#4474) [22f78f4e]
    + Clean up the Any namespace a bit [9bf1e1c2]
    + Allow IO::Path.add to take multiple values (#4472) [b4d33982]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment