Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
singleheader.zip | 2025-06-04 | 7.6 MB | |
simdjson.h | 2025-06-04 | 5.3 MB | |
simdjson.cpp | 2025-06-04 | 2.4 MB | |
README.md | 2025-06-04 | 1.5 kB | |
Version 3.13.0 source code.tar.gz | 2025-06-04 | 2.7 MB | |
Version 3.13.0 source code.zip | 2025-06-04 | 3.0 MB | |
Totals: 6 Items | 21.0 MB | 1 |
What's Changed
- missing string_view include by @lemire in https://github.com/simdjson/simdjson/pull/2361
- fix VS2017 exception detection by @huangqinjin in https://github.com/simdjson/simdjson/pull/2359
- do not try to include <string_view> without C++17 for MSVC by @huangqinjin in https://github.com/simdjson/simdjson/pull/2360
- [documentation] We run on practically all systems. by @lemire in https://github.com/simdjson/simdjson/pull/2365
- Treat -0 as -0.0 when SIMDJSON_MINUS_ZERO_AS_FLOAT is set by @lemire in https://github.com/simdjson/simdjson/pull/2364 this feature might be of interest to the ladybird folks and @awesomekling
- slightly better documentation of the C++20 features by @lemire in https://github.com/simdjson/simdjson/pull/2371
- chore: add greptimedb to the real-world usage list by @shuiyisong in https://github.com/simdjson/simdjson/pull/2372
- fix for issue 2373 by @lemire in https://github.com/simdjson/simdjson/pull/2374
- adding test for issue 2375 by @lemire in https://github.com/simdjson/simdjson/pull/2376
- Emscripten buildby @lemire in https://github.com/simdjson/simdjson/pull/2377
- making it easier to convert to std::string by @lemire in https://github.com/simdjson/simdjson/pull/2378
New Contributors
- @huangqinjin made their first contribution in https://github.com/simdjson/simdjson/pull/2359
- @shuiyisong made their first contribution in https://github.com/simdjson/simdjson/pull/2372
Full Changelog: https://github.com/simdjson/simdjson/compare/v3.12.3...v3.13.0