Dmitriy Khmaladze

Results 117 comments of Dmitriy Khmaladze

# JsonIngestOptions As a part of requirements: we need to add `JsonIngestOptions` (as opposed to JsonWritingOptions/Read options which are higher-level to limit: a. Total datagram size in characters b. Maximum...

# Need to Test 1. Old tests - the benchmarks should be around the same (they use ISourceText) which is new 2. StreamSource with sync 3. StreamSource with async

According to latest test results, the addition of new `StreamSource` implementation has NOT caused any delays in SYNC processing paths. Which is a very good outcome, as it was expected....

## Feb 27, 2023 RELEASE .NET6 ``` RELEASE .NET 6 runtime debug (notice the 2x+ performance over .Net 4 Fx), ERROR SNIPPETS ENABLED Started 02/27/2023 15:48:09 Starting Azos.Tests.Nub::Azos.Tests.Nub.Serialization.JsonBenchmarkTests ... -...

## Mar 30, 2023 Perf test run after `JsonReadingOptions` introduction Just re-ran all JsonBenchmarkTests, results are the same as before the `JsonReadingOptions` introduction **The results are the same.** ``` RELEASE...

## Doc Benchmarks 03/31/2023 Payload used: [json.txt](https://github.com/azist/azos/files/11125042/json.txt) ``` RELEASE .Net 6 Started 03/31/2023 12:58:46 Starting Azos.Tests.Nub::Azos.Tests.Nub.Serialization.JsonBenchmarkDocTests ... - Test_TypicalPerson {cnt=50000 par=false} Did 50,000 in 1.3 sec at 38,576 ops/sec [OK]...

Async JSON writing now....

good point, problem: I am swamped :) can you help out?

I purposely added EDI into batching test - it is interesting to see how it performs (complex object graph). Why not use it? If one doesnt need it - change...