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