Liqiang TAO
21342a4142
Fix some wrong content in doc ( #2542 )
2025-11-10 11:24:38 -05:00
Daniel Lemire
2b9c8977af
using _json for compile-time JSON strings. ( #2536 )
2025-11-03 11:03:21 -05:00
Daniel Lemire
c3d1d62dfe
use cpp
2025-10-17 20:45:57 -04:00
Daniel Lemire
5bfa0b098c
patch release 3.11.3 ( #2313 )
...
* preparing patch release 3.11.3
2024-12-12 13:38:22 -05:00
Daniel Lemire
a05a56856d
fix: use On-Demand throughout. ( #2222 )
2024-07-29 15:54:21 -04:00
Daniel Lemire
4b0a908bb2
[skip ci] adding documentation regarding new hardware support
2024-04-04 12:22:03 -04:00
Daniel Lemire
85163df88c
Update ondemand_design.md
2024-02-14 23:36:25 -05:00
Daniel Lemire
cda198b7b9
Update ondemand_design.md
2024-02-09 10:22:44 -05:00
Daniel Lemire
68ba9a1b2a
Adding a few spaces (minor formatting) ( #2059 )
2023-08-30 20:23:58 -04:00
Dirk Stolle
e9f0f1bb9b
Mention IceLake in documentation about implementation selection. ( #1995 )
...
Since the creation of the IceLake implementation there are now
four available implementations on Intel/AMD x64 processors.
2023-04-28 21:29:01 -04:00
Daniel Lemire
d56fdc3d04
[no ci] deleting an irrelevant comment.
2021-09-22 18:06:59 -04:00
Daniel Lemire
1dce4fed6e
[no ci] moving documentation bit to the right location. ( #1719 )
2021-09-20 09:33:21 -04:00
Nicolas Boyer
3ba221eb8e
Add max_capacity setting for On Demand ( #1610 )
...
* First try at implementing max_capacity for simdjson_ondemand.
* Add max_capacity check.
* Update doc.
* Add one more example in doc for fixed capacity.
* Make allocate() public.
* Remove whitespace
* Found culprit whitespace.
* Duplicating variable.
2021-06-08 14:42:42 -04:00
Dirk Stolle
2abcc35031
fix serveral typos ( #1558 )
...
* fix typos in markdown files
* fix typos in CMake files
* fix typos in headers and test code
2021-05-01 10:19:53 -04:00
Daniel Lemire
8e8fbc4cff
fixing issue 1480 ( #1485 )
2021-03-08 19:31:42 -05:00
Daniel Lemire
7597cb354c
Folding the line.
2021-01-11 18:49:35 -05:00
Daniel Lemire
bd2a31a0fe
Minor edits regarding the On Demand documentation. ( #1384 )
...
* Minor edits regarding the On Demand documentation.
* Adding more instructions for CMake
* Tweaking.
* Adding changes requested by John.
* Bringing back detailed explanations of -march=native.
2021-01-11 18:48:02 -05:00
John Keiser
17f4f82827
Ondemand usage docs (and associated tests)
...
Also disallowed parsing a temporary padded_string, since the JSON *must*
live through the whole parse.
2021-01-01 19:17:58 -08:00