Daniel Lemire
|
667f488c2c
|
This should improve string performance in ondemand by making the string processing runtime dispatched.
|
2022-06-21 17:53:37 -04:00 |
|
Daniel Lemire
|
b79261eebc
|
This cleans a bit the current code, especially with respect to EOF guards. (#1669)
* Upgrading the GitHub Actions.
* Upgrading appveyor
* Upgrading circle ci.
* Cleaning.
|
2021-07-25 10:36:22 -04:00 |
|
John Keiser
|
f51d50399c
|
Only include builtin implementation from header
|
2021-03-08 13:48:53 -08:00 |
|
Tibbel
|
5613d30e97
|
partly replacement old-style-cast to c++ *_cast (#1403)
Co-authored-by: Tibbel <tibbel@ma-gi.de>
|
2021-01-27 13:33:48 -05:00 |
|
Paul Dreik
|
af4db55e66
|
remove trailing whitespace (#1284)
|
2020-11-03 21:48:09 +01:00 |
|
Daniel Lemire
|
b1444b4dfb
|
Mostly tiny changes, with one optimization to fallback for number parsing. (#1265)
* Mostly tiny changes, with one optimization to fallback for number parsing.
* Missed an update.
|
2020-10-29 11:18:11 -04:00 |
|
Daniel Lemire
|
bb2bc98a22
|
Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224)
|
2020-10-13 09:18:54 -04:00 |
|
John Keiser
|
0bb83e06bc
|
Fix root number parsing
|
2020-10-06 11:29:45 -07:00 |
|
John Keiser
|
a700848bae
|
Move ondemand implementation to include/
|
2020-10-04 12:47:30 -07:00 |
|