Daniel Lemire
|
5b51413c27
|
template for
|
2025-03-17 20:40:56 -04:00 |
|
Daniel Lemire
|
846ae99d2a
|
add static reflection benchmark to 'large random' benchmark and allows (#2349)
deserialization (with static reflection) from objects and arrays.
Co-authored-by: Daniel Lemire <dlemire@lemire.me>
|
2025-03-17 18:02:41 -04:00 |
|
Daniel Lemire
|
bb39fbbb44
|
removing dead code
|
2025-03-13 09:37:46 -04:00 |
|
Daniel Lemire
|
0fa65afcab
|
fancy casting
|
2025-03-07 20:46:43 -05:00 |
|
Daniel Lemire
|
d6145d4669
|
adding a cast
|
2025-03-07 14:33:42 -05:00 |
|
Daniel Lemire
|
de312b5fbb
|
minor simplification
|
2025-03-07 09:54:50 -05:00 |
|
Daniel Lemire
|
5c644443ba
|
Merge branch 'master' into json_builder_init
|
2025-03-06 18:45:58 -05:00 |
|
Daniel Lemire
|
6f014f1ee5
|
Merge branch 'json_builder_init' of https://github.com/simdjson/simdjson into json_builder_init
|
2025-03-06 18:24:10 -05:00 |
|
Daniel Lemire
|
9222fb9f9a
|
minor tweak
|
2025-03-06 18:24:02 -05:00 |
|
Daniel Lemire
|
2ddf85de1f
|
various minor fixes
|
2025-03-06 16:34:11 -05:00 |
|
Daniel Lemire
|
9370abb17b
|
tuning
|
2025-03-06 16:18:10 -05:00 |
|
Dirk Eddelbuettel
|
f3b034ac38
|
Address 'whitespace in literal' decreation warning from clang++-20
|
2025-03-06 14:28:01 -06:00 |
|
Daniel Lemire
|
cd7e7c7fb7
|
rename to 'append'
|
2025-02-28 21:28:38 -05:00 |
|
Daniel Lemire
|
a30102ae8e
|
saving
|
2025-02-28 21:28:13 -05:00 |
|
Daniel Lemire
|
69a98fbede
|
adding documentation for string_builder
|
2025-02-28 15:25:21 -05:00 |
|
Francisco Geiman Thiesen
|
616faf6340
|
Adding specialization for smart pointers for basic types. I think it is highly likely that this can be done in a more generic way.
|
2025-02-21 23:26:28 +00:00 |
|
Francisco Geiman Thiesen
|
05415534fe
|
Adding support for smart pointers of user defined types.
|
2025-02-21 00:31:07 +00:00 |
|
Daniel Lemire
|
797e61742c
|
release bump
|
2025-02-14 16:12:28 -05:00 |
|
Daniel Lemire
|
f289412e0a
|
fixing performance issue under Zen 4 processors (#2335)
* fixing performance issue under Zen 4 processors
* trying something else
---------
Co-authored-by: Daniel Lemire <dlemire@lemire.me>
|
2025-02-14 16:11:36 -05:00 |
|
Daniel Lemire
|
497d2ce6f3
|
automated
|
2025-02-14 00:21:23 -05:00 |
|
Daniel Lemire
|
ac405de81a
|
patching the automated deserialization.
|
2025-02-13 23:35:59 -05:00 |
|
Francisco Geiman Thiesen
|
c2b18fb28b
|
Adding draft of static reflection based deserialization
|
2025-02-13 08:35:33 -08:00 |
|
Daniel Lemire
|
29212b53cd
|
simplify
|
2025-02-12 10:49:08 -05:00 |
|
Daniel Lemire
|
8b77325a40
|
reordering.
|
2025-02-11 21:07:37 -05:00 |
|
Daniel Lemire
|
fc15add8f3
|
Sketch of builder
|
2025-02-11 18:19:36 -05:00 |
|
Daniel Lemire
|
078e2c9073
|
patch release 3.12.1
|
2025-02-11 13:46:03 -05:00 |
|
Daniel Lemire
|
4024d70596
|
various pedantic fixes
|
2025-02-10 14:26:40 -05:00 |
|
Daniel Lemire
|
6a4e445960
|
fix for pre C++17 if constexpr
|
2025-02-05 18:45:58 -05:00 |
|
Daniel Lemire
|
98c37ac3d6
|
applying a couple of fixes
|
2025-02-04 17:42:04 -05:00 |
|
Francisco Geiman Thiesen
|
d7152b8759
|
Merging with master.
|
2025-02-02 18:00:57 -08:00 |
|
Francisco Geiman Thiesen
|
3dfa83ec2f
|
Merge branch 'master' into json_builder_init, since this branch was
created more than 2 months ago.
|
2025-02-02 17:50:45 -08:00 |
|
Daniel Lemire
|
e422933414
|
release 3.12.0
|
2025-01-27 20:35:57 -05:00 |
|
Daniel Lemire
|
1b23a77e03
|
3.11.6
|
2025-01-14 21:33:29 -05:00 |
|
Daniel Lemire
|
57699bfed8
|
release candidate (#2323)
|
2025-01-09 11:01:48 -05:00 |
|
Daniel Lemire
|
648303b26a
|
typo
|
2025-01-08 21:29:11 -05:00 |
|
Daniel Lemire
|
9008960e36
|
fixed comment
|
2025-01-08 20:35:30 -05:00 |
|
Daniel Lemire
|
8a9e8a1792
|
fixing issue 2322
|
2025-01-08 20:28:25 -05:00 |
|
Daniel Lemire
|
ba33e9e78f
|
release
|
2025-01-06 19:33:53 -05:00 |
|
Daniel Lemire
|
d98b351eef
|
let us be more careful with concepts, we require __cpp_concepts >= 201907L and check for old versions of Apple clang (#2321)
* let us be more careful with concepts, we require __cpp_concepts >= 202002L
* checking Apple version
* let us be more specific
* removing extra endif
|
2025-01-06 19:23:09 -05:00 |
|
Daniel Lemire
|
5488dca126
|
Accidentally, it appears that PPC64 was always disabled by default. (#2320)
|
2025-01-03 11:01:04 -05:00 |
|
Daniel Lemire
|
7712ecf164
|
adding char bit check (pedantic) (#2316)
|
2024-12-31 14:34:13 -05: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
|
c16486f702
|
release candidate 3.11.2
|
2024-12-09 21:35:21 -05:00 |
|
Daniel Lemire
|
6bbcbfbb95
|
version 3.11.1
|
2024-12-07 11:13:00 -05:00 |
|
Valery Mironov
|
e6578fea39
|
Fix missing override (#2305)
|
2024-12-07 11:12:25 -05:00 |
|
Joyee Cheung
|
6fb050d04e
|
fix: fix deprecation from -Wdeprecated-literal-operator (#2307)
Otherwise simdjson doesn't build with V8's Node.js fork, which
uses -Werror,-Wdeprecated-literal-operator and latest version
of clang.
|
2024-12-07 11:12:14 -05:00 |
|
Daniel Lemire
|
b4242d3b4f
|
release candidate (#2304)
|
2024-12-05 22:05:39 -05:00 |
|
halx99
|
79126ca323
|
fix: processor checks inconsistently problem (#2299)
|
2024-12-02 20:23:28 -05:00 |
|
Daniel Lemire
|
3f87f958d7
|
documentation
|
2024-12-02 00:06:20 -05:00 |
|
Francisco Geiman Thiesen
|
058907cffe
|
Attempt at fixing failing serialization tests. (#2292)
|
2024-11-27 09:00:20 -05:00 |
|