simdjson/tests
Nicolas Boyer 5c590b8434
Bringing ndjson(document_stream) to On Demand (#1643)
* Update basic.md to document JSON pointer for On Demand.

* Add automatic rewind for at_pointer

* Remove DOM examples in basics.md and update documentation reflecting addition of at_pointer automatic rewinding.

* Review

* Add test

* Add document_stream constructors and iterate_many

* Attempt to implement streaming.

* Kind of fixed next() for getting next document

* Temporary save.

* Putting in working order.

* Add working doc_index and add function next_document()

* Attempt to implement streaming.

* Re-anchoring json_iterator after a call to stage 1

* I am convinced it should be a 'while'.

* Add source() with test.

* Add truncated_bytes().

* Fix casting issues.

* Fix old style cast.

* Fix privacy issue.

* Fix privacy issues.

* Again

* .

* Add more tests. Add error() for iterator class.

* Fix source() to not included whitespaces between documents.

* Fixing CI.

* Fix source() for multiple batches. Add new tests.

* Fix batch_start when document has leading spaces. Add new tests for that.

* Add new tests.

* Temporary save.

* Working hacky multithread version.

* Small fix in header files.

* Correct version (not working).

* Adding a move assignment to ondemand::parser.

* Fix attempt by changing std::swap.

* Moving DEFAULT_BATCH_SIZE and MINIMAL_BATCH_SIZE.

* Update doc and readme tests.

* Update basics.md

* Update readme_examples tests.

* Fix exceptions in test.

* Partial setup for amazon_cellphones.

* Benchmark with vectors.

* Benchmark with maps

* With vectors again.

* Fix for weighted average.

* DOM benchmark.

* Fix typos. Add On Demand benchmark.

* Add large amazon_cellphones benchmark for DOM

* Add benchmark for On demand.

* Fix broken read_me test.

* Add parser.threaded to enable/disable thread usage.

Co-authored-by: Daniel Lemire <lemire@gmail.com>
2021-07-20 14:17:23 -04:00
..
compilation_failure_tests Adding 'count_elements' method. (#1577) 2021-06-06 17:56:00 -04:00
docker Add basic workspace configuration for vscode 2021-06-23 12:28:00 -06:00
dom Another attempt at producing problems with threads (more tests) (#1655) 2021-07-13 17:30:29 -04:00
installation_tests Provide the CMake install the necessarily information (and flags) to hand Windows DLL and add Windows installation tests (#1457) 2021-02-26 16:17:05 -05:00
ondemand Bringing ndjson(document_stream) to On Demand (#1643) 2021-07-20 14:17:23 -04:00
CMakeLists.txt This moves all DOM (benchmark + test) files to a subdir (#1549) 2021-04-30 18:33:45 -04:00
cast_tester.h Hide the std::pair inheritance in our result instances (#1396) 2021-01-18 12:00:02 -05:00
checkimplementation.cpp Add SIMDJSON_FORCE_IMPLEMENTATION 2020-04-18 18:21:56 -07:00
minify_tests.cpp This implements string serialization for On Demand instances. (#1527) 2021-04-01 11:25:00 -04:00
padded_string_tests.cpp add fuzz element (#1204) 2020-10-17 05:48:50 +02:00
staticchecks.cpp Support C++ 14 2020-04-08 14:00:13 -07:00
test_macros.h renames 'to_string' to 'to_json_string' and makes it ridiculously fast (#1642) 2021-07-19 10:24:36 -04:00
unicode_tests.cpp Fixing UTF-8 validation under PPC64 (#1346) 2020-12-19 10:42:27 -05:00