github apple/swift-collections 1.2.1
Swift Collections 1.2.1

latest release: 1.1.6
one month ago

This is a patch release with the following minor improvements:

  • BigString sometimes miscounted distances in its character view, resulting in an invalid collection conformance. This is now fixed. (#485)
  • BigString's Unicode Scalar and character views now make better use of known lengths of the text chunks stored in the tree, resulting in significantly improved performance for their distance measurements. (#486)
  • The Foundation-specific toolchain configuration was updated to include the Deque type. (#496)

What's Changed

  • [BigString] Fix character indexing operations by @lorentey in #485
  • [BigString] Harvest some low-hanging performance fruit by @lorentey in #486
  • Include DequeModule in the Foundation toolchain build by @cthielen in #496

Full Changelog: 1.2.0...1.2.1

Don't miss a new swift-collections release

NewReleases is sending notifications on new releases.