simdjson/benchmark
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
..
amazon_cellphones Bringing ndjson(document_stream) to On Demand (#1643) 2021-07-20 14:17:23 -04:00
distinct_user_id Fix branches. (#1619) 2021-06-17 18:31:40 -04:00
dom By default, we should not do the DOM checkperf… (#1571) 2021-05-15 15:28:59 -04:00
find_tweet Add RapidJSON and nlohmann_json SAX to find_tweet benchmark (#1598) 2021-06-03 12:43:54 -04:00
json_benchmark Bringing ndjson(document_stream) to On Demand (#1643) 2021-07-20 14:17:23 -04:00
kostya Add large_random/rapidjson_sax.h and large_random/nlohmann_json_sax.h. Clean up kostya/rapidjson_sax.h (add flags also) and kostya/nlohmann_json_sax.h (#1600) 2021-06-03 16:40:39 -04:00
large_amazon_cellphones Bringing ndjson(document_stream) to On Demand (#1643) 2021-07-20 14:17:23 -04:00
large_random Add large_random/rapidjson_sax.h and large_random/nlohmann_json_sax.h. Clean up kostya/rapidjson_sax.h (add flags also) and kostya/nlohmann_json_sax.h (#1600) 2021-06-03 16:40:39 -04:00
largerandom Recommend simdjson::ondemand over simdjson::builtin::ondemand (#1380) 2021-01-14 17:33:49 -05:00
linux This solves a minor issue with our legacy benchmark tools. (#1653) 2021-07-13 09:18:58 -04:00
partial_tweets Add RapidJSON and nlohmann_json SAX to partial_tweets benchmark (#1597) 2021-06-03 16:41:20 -04:00
top_tweet Add RapidJSON and nlohmann_json SAX to top_tweet benchmark (#1599) 2021-06-03 16:41:00 -04:00
CMakeLists.txt This moves all DOM (benchmark + test) files to a subdir (#1549) 2021-04-30 18:33:45 -04:00
bench_dom_api.cpp Fixing issue 1449. (#1451) 2021-02-21 16:33:05 -05:00
bench_ondemand.cpp Bringing ndjson(document_stream) to On Demand (#1643) 2021-07-20 14:17:23 -04:00
bench_parse_call.cpp Adds some benchmarks for the minifier. 2021-07-16 11:54:55 -04:00
benchfeatures.cpp PPC64 support (#1254) 2020-10-27 18:43:39 -04:00
benchmark.h update how boost.json is invoked, fix missing separators (#1203) 2020-10-09 18:22:37 -04:00
benchmarker.h Document stream: truncate final unfinished document and give access to the number of truncated bytes. (#1534) 2021-04-23 09:24:00 -04:00
event_counter.h Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
get_corpus_benchmark.cpp Hide the std::pair inheritance in our result instances (#1396) 2021-01-18 12:00:02 -05:00