Skip to content

Version 1.2.0: Faster Parsing

Compare
Choose a tag to compare
@tgockel tgockel released this 14 Apr 03:10
9e00cc0
  • Core
    • Parsing performance improvements -- about twice as fast as 1.1
    • Eliminated usage of regular expressions
    • No more reliance on <codecvt> or Boost.Locale for UTF conversions
  • Platform
    • Expanded support for Debian, Fedora, OpenSUSE, and Arch Linux
  • Serialization
    • Added support for type-level defaults -- type_default_on_null and type_default_value
    • Default formats now support going to and from string_view
    • extraction_context now supports extraction based on std::type_info