Arximboldi Immer Versions Save

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

v0.8.1

6 months 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

v0.7.0

6 months ago

v0.6.2

6 months ago

v0.6.1

6 months ago

v0.6.0

6 months ago

v0.5.0

6 months ago

v0.8.0

1 year 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