Skip to content

Release v0.9.95

Pre-release
Pre-release
Compare
Choose a tag to compare
@RealTimeChris RealTimeChris released this 03 May 21:22
· 10 commits to main since this release

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

  • Added support for Arm-Neon 128-bit SIMD intrinsics.
  • Modified some lines to correct cleanliness.
  • Updated the raw_json_data class to remove superfluous functions.
  • Updated some of the error_codes.
  • Modified the parser, validator, serializer, and minifier classes to reduce function call overhead.
  • Refactored the usage of ascii_classes to instead utilize the json_structural_type enumeration.
  • Modified the CPU-detection script.
  • Added a new compare function to accelerate string comparisons.
  • Added MSVC, CLANG and GNU macros.