immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale

BSL-1.0 License

Stars
2.5K

Bot releases are visible (Hide)

immer - v0.8.1 Latest Release

Published by arximboldi about 1 year ago

Changelog

  • flex_vector is now nothrow move constructible and assignable #246
  • gdb pretty printing functionality provided in extra
  • Fixed wrong argument order in some overloads of operator< for box<T> (#247)
  • Fix some MSVC compiler errors #263
  • Interoparibility with C++20 ranges improved #263
  • Some CMake and dependencies improvements
immer -

Published by arximboldi about 1 year ago

immer - v0.6.2

Published by arximboldi about 1 year ago

immer -

Published by arximboldi about 1 year ago

immer -

Published by arximboldi about 1 year ago

immer -

Published by arximboldi about 1 year ago

immer - v0.8.0

Published by arximboldi almost 2 years ago

Change log

  • New table data-structure
  • Transients for map, set and map (thanks to Meta for sponsoring this work!)
  • New structural-sharing aware diff method for map, set and map (thanks @mvtec-richter for that!)
  • New update_if_exists method for map and set
  • New identity method on all data-structures
  • Various bug-fixes and performance improvements