| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| singleheader.zip | 2025-09-21 | 8.3 MB | |
| simdjson.h | 2025-09-21 | 5.9 MB | |
| simdjson.cpp | 2025-09-21 | 2.4 MB | |
| README.md | 2025-09-21 | 576 Bytes | |
| Version 4.0.6 source code.tar.gz | 2025-09-21 | 4.4 MB | |
| Version 4.0.6 source code.zip | 2025-09-21 | 4.8 MB | |
| Totals: 6 Items | 25.7 MB | 0 | |
What's Changed
- complete support for custom_serializable by @lemire in https://github.com/simdjson/simdjson/pull/2463
- when using static reflection, generate an error on missing fields unless they are std::optional-like by @lemire in https://github.com/simdjson/simdjson/pull/2461
- fix compile-time warnings when building with C++20 with exceptions disabled under GCC/clang by @lemire in https://github.com/simdjson/simdjson/pull/2464 see https://github.com/nodejs/node/pull/59883
Full Changelog: https://github.com/simdjson/simdjson/compare/v4.0.5...v4.0.6