|
1 | | -# BinarySerializationBenchDemo |
| 1 | +[](https://github.com/aimenux/BinarySerializationBenchDemo/actions/workflows/ci.yml) |
| 2 | + |
| 3 | +# BinarySerializationBenchDemo |
2 | 4 | ``` |
3 | 5 | Benchmarking various ways of binary serialization / deserialization |
4 | 6 | ``` |
5 | 7 |
|
6 | | -In this demo, i m using [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) library in order to benchmark binary serialization / deserialization : |
| 8 | +In this demo, i m using [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) library in order to benchmark binary serialization / deserialization base on : |
7 | 9 | > |
8 | | -> :one: Using [BinaryFormatter](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.formatters.binary.binaryformatter) |
| 10 | +> :one: Built-In Library [BinaryFormatter](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.formatters.binary.binaryformatter) |
9 | 11 | > |
10 | | -> :two: Using [BinarySerializer](https://github.com/jefffhaynes/BinarySerializer) |
| 12 | +> :two: Third-Party Library [BinarySerializer](https://github.com/jefffhaynes/BinarySerializer) |
11 | 13 | > |
12 | 14 | |
13 | | -In order to run benchmarks, type these commands in your favorite terminal : |
| 15 | +In order to run benchmarks, type this command in your favorite terminal : |
14 | 16 | > |
15 | 17 | > :writing_hand: `.\App.exe` |
16 | 18 | > |
|
0 commit comments