New
Release v1.0.2
What's Changed
- Fix Fuzz Build Error by @ishuah in https://github.com/bytedance/sonic-cpp/pull/91
- feat: support parse schema by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/85
- fix arm cmake by @zhuna8616 in https://github.com/bytedance/sonic-cpp/pull/93
- arm: optimize decoder on Arm SVE2 platform by @cyb70289 in https://github.com/bytedance/sonic-cpp/pull/92
- arm: Implement SVE2 str2int by @supermartian in https://github.com/bytedance/sonic-cpp/pull/95
- Fast OnDemand parsing for Neoverse by @emcastillo in https://github.com/bytedance/sonic-cpp/pull/94
- [fix] change uint to unsigned int by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/101
- build: update ci by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/104
- feat: better memcmp implementation for avx2 by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/103
- format: slicence -Wextra-comma -Wextra-semi -Wextra-semi-stmt by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/106
- chore: dump version to 1.0.2 by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/107
- 新增 SVE2 架构支持
- 支持 schema 解析