collections
High Performance Container Data Types
A stable R data-structure package whose releases are now mostly compiler and checker upkeep.
◆Recent moves
- 4mo ago
R/C interface modernized for the restricted C API
Modernizes the R/C interface and updates the coverage workflow. Internal conformance work with no change to the R-level API, part of the wider migration off R's restricted C entry points.
View source ↗ - 6mo ago
rchk memory-protection fix
A single rchk fix, addressing a memory-protection warning from CRAN's static checker. No user-visible effect.
View source ↗ - 0y ago
O(1) size() for queues and stacks
Queues and stacks now track their own size, making size() O(1) instead of walking the structure. The only change in this window that alters runtime behavior for users.
View source ↗ - 1y ago
collections v0.3.8
A release-only entry with no described changes beyond the version bump itself.
View source ↗ - 3y ago
Sorted-key behavior fixed in ordered dict
Resolves counter-intuitive behavior with sorted keys in the ordered dict. A correctness fix in the semantics users actually rely on, not just build upkeep.
View source ↗ - 6y ago
Ubuntu 18.04 install failure fixed
An installation failure on Ubuntu 18.04 and the accompanying version bump. Build plumbing only.
View source ↗