aboutsummaryrefslogtreecommitdiff
path: root/lib/Hash/Merge.pm6
AgeCommit message (Collapse)AuthorFilesLines
2020-11-15Rename Perl 6 to RakuPatrick Spek1-78/+0
2020-11-15Bring the other sub in line tooPatrick Spek1-5/+7
2020-11-12Rewrite modulePatrick Spek1-43/+59
2018-03-28Move Hash::Merge -> Hash::Merge::Augment, new Hash::Merge from Hash::Merge::FPatrick Spek1-49/+46
Original Hash::Merge is incredibly slow due to the MONKEY. This is someone that is very unlikely to be what people want. App::Assixt reports parse time to go from 13s to 7s on first run, 13s to 0.3s on subsequent runs, which is *massive*.
2018-03-14Add no precompilation pragmaPatrick Spek1-1/+7
Fixes #1
2017-04-25Use MONKEY-TYPING instead of enabling all MONKEY'sSamantha McVey1-1/+1
2017-04-25Fix tests for passing a type object hashSamantha McVey1-1/+5
2017-04-25Clean up code some with a given whenSamantha McVey1-15/+17
2017-04-25Rename to Hash::MergePatrick Spek1-0/+51