Indexes data from the bufreader, converts it to serde JSON Values
and filters out data that does not
parse as JSON to the errors container. Single threaded version of parse_ndjson_bufreader_par.
Indexes data from the file_path with a bufreader, converts it to serde JSON Values
and filters out data that does not
parse as JSON to the errors container. Multithreaded version of parse_ndjson_bufreader.
Indexes data from the file, converts it to serde JSON Values
and filters out data that does not
parse as JSON to the errors container. Single threaded.
Indexes data from the file_path, converts it to serde JSON Values
and filters out data that does not
parse as JSON to the errors container. Single threaded.
Indexes data from the mpsc channel, converts it to serde JSON Values and filters out data that does not
parse as JSON to the errors container. Single threaded.
Indexes data from the mpsc channel, converts it to serde JSON Values and filters out data that does not
parse as JSON to the errors container. Multithreaded version of parse_ndjson_receiver.