The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.010 - 2016-02-01

  • Fixed
    • pop() and shift() now return empty list when hash is empty instead of warning and returning undef values.
    • push() and unshift() of existing keys would cause corruption in certain cases involving optimized deletion of the existing key. This has been fixed.
  • Documented
    • Noted that pop() and shift() return just the value in scalar context and undef key/value if the ordered hash is empty.

Documentation

Ordered hash benchmarking

Modules

A fast, pure-Perl ordered hash class