The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.12_02 - 2011-12-07

  • Removes the cached read-only and read-write accessors for the time being. (These were only available from another development releasse.
  • Much more brutal thread-safety testing.
  • Fixed thread-safety problem with the global hashkey storage.
  • Lots of refactoring in the C code.
  • Instead of storing an index in the CV, we store a pointer to the hashkey struct.

Changes for version 1.12_01 - 2011-11-29

  • Implements cached read-only and read-write accessors. Details on what that means are in the documentation.

Modules

Generate fast XS accessors without runtime compilation
Generate fast XS accessors without runtime compilation
Guts you don't care about