Changes for version 0.007

  • Change: 76fb89fa3fc79fed2d4022cd728b8c53b057a339 Author: Ahmad Fatoum <ahmad@a3f.at> Date : 2017-04-27 12:02:45 +0000
    • Avoid undefined behavior on odd length arglist
    • ST(X) assumes that the argument list is already > X big. XPUSHs will extend the argument list should this prove necessary.
  • Change: bfbf31864b8b0aad889b1a9b0313390ea9e389c6 Author: Ahmad Fatoum <ahmad@a3f.at> Date : 2017-04-27 12:00:26 +0000
    • Add benchmark results from using hash slices
    • Hash slices were added to benchmark.pl by @ap in #1
  • Change: ab7bb260382ff701534336d80a22a1404e6f9a42 Author: Ahmad Fatoum <ahmad@a3f.at> Date : 2017-04-27 11:13:11 +0000
    • Merge pull request #1 from ap/patch-2
    • Add more pure-Perl idioms to the benchmark
  • Change: bf9f7746cba64c91001a6b9a714d431d915ae75e Author: Aristotle Pagaltzis <pagaltzis@gmx.de> Date : 2017-03-20 15:02:21 +0000
    • Added more pure-Perl idioms to benchmark.pl

Modules

Get a sorted-by-key list from a hash