The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Set-Product-XS

0.06  Thu Feb 28 04:47:43 UTC 2019
    - Don't use G_NOARGS flag; on Perl <= 5.22 it results in @_ not being
      reset if @_ is recreated in the code block.

0.05  Wed Feb 27 22:24:37 UTC 2019
    - Fixed memory leak that was originally fixed in 0.03.
    - Upgraded ppport.h.
    - Updated benchmarks.

0.04  Fri Oct  6 03:20:09 UTC 2017
    - Fixed memory leak. (GH #1)
    - Upgraded ppport.h.
    - Updated benchmarks.

0.03  Tue Nov 10 18:38:48 UTC 2015
    - Fixed a memory leak resulting from the multicall api not calling the
      code block in it's own scope; performance now decreased by 10%.

0.02  Fri Sep 18 06:52:02 UTC 2015
    - No changes; promoted developer version to stable.

0.01_02  Wed Sep  2 18:58:21 UTC 2015
    - Defined cvinc for compatibility with Perl < 5.12.

0.01_01  Wed Sep  2 03:51:00 UTC 2015
    - Switched to the multicall API for improved performance.

0.01  Sat Aug 22 16:53:50 UTC 2015
    - Initial distribution.