Dlang Community Containers Versions Save

Containers backed by std.experimental.allocator

v0.9.0

2 years ago
  • Moved CI to GitHub Actions
  • Moved back to std.experimental.allocator
  • Fixed UnrolledList on LDC
  • Many small fixes and improvements

https://github.com/dlang-community/containers/compare/v0.8.1...v0.9.0

v0.8.1

2 years ago

includes a fix for uninitialized dynamic array data

v0.8.0

3 years ago

Changes from alpha.19:

  • Fixed a bug with the dynamic array container and GC.removeRange().
  • Made the code compatible with the --preview=in compiler switch.
  • Replaced uses of the body keyword with the do keyword.
  • Updated the stdx.allocator dependency to 2.77.5.
  • Upgraded the CI environment.
  • Converted the dub.json file to SDL format.

https://github.com/dlang-community/containers/compare/v0.8.0-alpha.19...v0.8.0

v0.8.0-alpha.19

4 years ago

v0.8.0-alpha.18

4 years ago

v0.8.0-alpha.17

4 years ago
  • Added front and back methods to the TreeMap container.
  • Fixed the visibility of the nodeCapacity field of the TTree container.

v0.8.0-alpha.16

4 years ago

Changes from alpha.15:

  • Fix memory corruption that can happen when references to GC-allocated memory are stored in an OpenHashSet container
  • Get the unit tests to compile with DMD 2.087.0
  • Changed the way that the ContainerElementType template works: It should now correctly determine that methods that return elements by ref should return const references when the container itself is const but the element type is mutable.

v0.8.0-alpha.14

5 years ago

v0.8.0-alpha.12

5 years ago

Improve the performance of some of the containers when compiling with LDC.

v0.8.0-alpha.11

5 years ago

Improve the worst-case performance of mapping hash codes to array indexes.