Skip to content

Quick May Release

Latest
Compare
Choose a tag to compare
@P-p-H-d P-p-H-d released this 25 May 13:31
· 74 commits to master since this release

New version:

  • Add support of INIT_WITH for VARIANT container in C11
  • Provide new internal format for DICT container, which should be faster in all cases.
  • Add bulk operations for DICT_OA container
  • Fix several issues in enabling exceptions for list/array/deque/string
  • Rewrite Read / Write lock to be less costly
  • Add m_mutex_trylock function
  • Refine explanations and improve formatting in README.md
  • Move bench directory to c-stl-comparison repository