Rand Stats

Array::Sparse

zef:lizmat
Revision history for Array-Sparse

0.0.8  2021-09-10T10:38:21+02:00
    - Change file extension to .rakumod
    - Migrate to zef ecosystem
    - Update email address

0.0.7  2021-04-26T19:01:31+02:00
    - Fix bug in determination of end, raydiak++
    - Fix deprecation warning in tests, raydiak++

0.0.6  2021-01-30T13:25:42+01:00
    - Bump dependency on Array::Agnostic
    - Make sure provided methods only take instances
    - Update copyright year

0.0.5  2020-12-11T15:10:37+01:00
    - Up dependency of Array::Agnostic to 0.0.8
    - Update copyright year
    - Raise Raku version to highest possible

0.0.4  2018-09-18T12:15:43+02:00
    - Iterating methods, such as keys / values, now always skip holes

0.0.3  2018-09-17T14:16:37+02:00
    - Made Array::Sparse to allow more composition down the line
    - Implemented our own "move-indexes-up/down" for performance

0.0.2  2018-09-17T12:32:28+02:00
    - Fixed problem with AT-POS vivifying
    - Cat-licensed tests from Array::Agnostic

0.0.1  2018-09-16T00:40:20+02:00
    - Initial version