Skip to content

Upgrade pinned vector dependencies and concurrent iter

Choose a tag to compare

@orxfun orxfun released this 20 Oct 16:11
· 4 commits to main since this release
4dc8a25

Upgrades PinnedVec for improved safety guarantees: https://github.com/orxfun/orx-pinned-vec/releases/tag/3.21.0

Upgrades ConcurrentIter for fused iterator behavior of the concurrent iter implementation: https://github.com/orxfun/orx-concurrent-iter/releases/tag/3.3.0

Performance optimization on From<Vec<T>> for split vectors with doubling growth. Further, this optimization relaxes the T: Clone requirement on the implementation. Thanks @TechnoPorg .