| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| singleheader.zip | 2026-02-19 | 10.3 MB | |
| simdjson.h | 2026-02-19 | 7.6 MB | |
| simdjson.cpp | 2026-02-19 | 2.7 MB | |
| README.md | 2026-02-19 | 2.0 kB | |
| Version 4.3.0 source code.tar.gz | 2026-02-19 | 6.6 MB | |
| Version 4.3.0 source code.zip | 2026-02-19 | 7.0 MB | |
| Totals: 6 Items | 34.2 MB | 0 | |
What's Changed
- Add runtime dispatching for loongarch by @lemire in https://github.com/simdjson/simdjson/pull/2575
- moving the builder files in their own directory by @lemire in https://github.com/simdjson/simdjson/pull/2578
- Build perf: speed up simdjson build by adding PCH, parallel compilation and optimizing linker settings by @es110 in https://github.com/simdjson/simdjson/pull/2588
- work on the ondemand iterators by @lemire in https://github.com/simdjson/simdjson/pull/2590
- adding padded string builder by @lemire in https://github.com/simdjson/simdjson/pull/2592
- Add FracturedJson formatting support for DOM serialization by @FranciscoThiesen in https://github.com/simdjson/simdjson/pull/2580
- Add Vector-Length-Specific RISC-V Vector extension support using generic backend by @camel-cdr in https://github.com/simdjson/simdjson/pull/2593
- when calling get_string with a mutable string parameter, we want to only use the string buffer as scratch space by @lemire in https://github.com/simdjson/simdjson/pull/2595
- faster amalgamation script by @lemire in https://github.com/simdjson/simdjson/pull/2597
- updating the reflection benchmarks by @lemire in https://github.com/simdjson/simdjson/pull/2598
- inlining get_single_implementation by @lemire in https://github.com/simdjson/simdjson/pull/2600
- perf: SIMD string escaping and batch integer formatting optimizations by @FranciscoThiesen in https://github.com/simdjson/simdjson/pull/2605
- When using C++11, we could violate the one definition rule by @lemire in https://github.com/simdjson/simdjson/pull/2606
New Contributors
- @arthurscchan made their first contribution in https://github.com/simdjson/simdjson/pull/2574
- @es110 made their first contribution in https://github.com/simdjson/simdjson/pull/2588
- @camel-cdr made their first contribution in https://github.com/simdjson/simdjson/pull/2593
Full Changelog: https://github.com/simdjson/simdjson/compare/v4.2.4...v4.3.0