Skip to content

Releases: tkoolen/TypeSortedCollections.jl

v0.2.0

27 Sep 02:32
Compare
Choose a tag to compare

Implemented broadcast! with AbstractVector destination.

lengths_match fix

06 Sep 22:39
Compare
Choose a tag to compare

The previous implementation of lengths_match was in some cases causing allocations when bounds checks were turned on.

v0.1.0

15 Aug 06:54
Compare
Choose a tag to compare
  • improve bounds checking and bounds check elision
  • add more constructors
  • fixes for empty TypeSortedCollections
  • even more inlining to avoid allocations

v0.0.1

13 Aug 21:44
Compare
Choose a tag to compare

Initial release.