Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seungyongshim/jsondeserializervsjsondocument
https://github.com/seungyongshim/jsondeserializervsjsondocument
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/seungyongshim/jsondeserializervsjsondocument
- Owner: seungyongshim
- License: gpl-3.0
- Created: 2022-01-20T14:05:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:07:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T03:51:42.360Z (9 months ago)
- Language: C#
- Size: 1.15 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![CI](../../workflows/CI/badge.svg)
BenchmarkDotNet=v0.13.1, OS=ubuntu 18.04
Intel Xeon Platinum 8272CL CPU 2.60GHz, 1 CPU, 2 logical and 2 physical cores
.NET SDK=6.0.101
[Host] : .NET 6.0.1 (6.0.121.56705), X64 RyuJIT
DefaultJob : .NET 6.0.1 (6.0.121.56705), X64 RyuJIT| Method | Mean | Error | StdDev | Ratio | RatioSD | Completed Work Items | Lock Contentions | Gen 0 | Gen 1 | Allocated |
|---------------------------- |---------:|---------:|---------:|------:|--------:|---------------------:|-----------------:|---------:|--------:|----------:|
| SystemTextJsonDeserializer | 10.46 ms | 0.090 ms | 0.080 ms | 1.00 | 0.00 | 23.9531 | 0.6094 | 62.5000 | 15.6250 | 12 MB |
| JsonDocumentNonDeserializer | 15.04 ms | 0.242 ms | 0.227 ms | 1.44 | 0.03 | 25.8438 | 0.4219 | 78.1250 | 31.2500 | 13 MB |
| StreamNonDeserializer | 10.73 ms | 0.129 ms | 0.120 ms | 1.03 | 0.02 | 36.1563 | 0.7031 | 218.7500 | 78.1250 | 13 MB |