Release v0.9.92
Pre-release
Pre-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.