simdjson/include
Daniel Lemire d0821adf0e
This implements string serialization for On Demand instances. (#1527)
* This implementations string serialization for On Demand instances.

* Adding more documentation.

* Another remark.

* Marking the new functions as inline.

* casts apparently do not work.

* Upgrading the API.

* Making the code really free from exceptions.

* At another fix for exceptionless.

* Modify to_chars so that it does not pad integers with '.0'.

* Negative 0 cannot be expressed as an integer.

* Again, accomodating exceptionless usage.

* Using x <= -0 does not allow you to determine the sign since 0 <= -0. I am not sure where
this bug comes from.
2021-04-01 11:25:00 -04:00
..
simdjson This implements string serialization for On Demand instances. (#1527) 2021-04-01 11:25:00 -04:00
CMakeLists.txt Only install singleheader/simdjson.h as part of the public API 2020-05-02 01:44:11 +03:00
simdjson.h Only include builtin implementation from header 2021-03-08 13:48:53 -08:00