Skip to content

Release v0.9.92

Pre-release
Pre-release
Compare
Choose a tag to compare
@RealTimeChris RealTimeChris released this 27 Nov 23:12
· 11 commits to main since this release

Hey everyone, just a new release with the following changes being primary:

  • Refactored the number-parsing functions to use lookup tables instead of subtraction operations.
  • Refactored the simd_string_reader class.
  • Refactored some functions with fold-expressions for manual loop unrolliing.
  • Refactored the toChars and parseNumber functions.
  • Removed some superfluous typedefs.
  • Testing new simd logic for string parsing.
  • Renamed some types to snake_case.
  • Refactored the jsonifier_core, parser, and serializer classes to utilize the CRTP.
  • Refactored the simd_structural_iterator and serialization_iterator classes to remain contained.