New
v1.0.1
What's Changed
BugFix
- fix: fix rvalue for addmember/pushback by @liuq19 in https://github.com/bytedance/sonic-cpp/pull/57
- fix: arg-parsing bug in unittest script by @liuq19 in https://github.com/bytedance/sonic-cpp/pull/64
- fix: writebuffer size not include the null terminating by @liuq19 in https://github.com/bytedance/sonic-cpp/pull/72
- fix: escaped string in GetOnDemand by @liuq19 in https://github.com/bytedance/sonic-cpp/pull/77
- fix: to_bitmask return uint32_t to avoid sign extend int to uint64 by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/83
- fix: fix bug when parsing single unclosed string by @liuq19 in https://github.com/bytedance/sonic-cpp/pull/88
- Fix: GetOnDemand forgot copying
"for parseStringInplace when key is escaped string by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/89
Feature
- feat: support neon, sse simd and dynamic dispatch by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/56
- feat: adjust memory pool chunk size adaptively by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/65
Others
- test: add jsoncpp benchmark by @moyin1004 in https://github.com/bytedance/sonic-cpp/pull/54
- change = to - by @zhuna8616 in https://github.com/bytedance/sonic-cpp/pull/69
- doc: Update example codes in README.md by @xiegx94 in https://github.com/bytedance/sonic-cpp/pull/79
- chore: fix badge url by @Dup4 in https://github.com/bytedance/sonic-cpp/pull/78
New Contributors
- @moyin1004 made their first contribution in https://github.com/bytedance/sonic-cpp/pull/54
- @zhuna8616 made their first contribution in https://github.com/bytedance/sonic-cpp/pull/69
Full Changelog: https://github.com/bytedance/sonic-cpp/compare/v1.0.0...v1.0.1