Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 640 Bytes

File metadata and controls

16 lines (11 loc) · 640 Bytes

dotnetcompare

A simple repository to host several small projects, that will compare dotnet performace against differenet languages / frameworks, e.g. RUST.

1. Some basic performance

Here are projects to perform some modes, basic performance:

  • csharp - basic program in C# / dotnet
  • node - basic program in TS / node
  • rust - basic program in RUST

2. JSON Serialization / Deserialization

Here are projects to perform some performance on JSON serialization / desiarization

  • cshjson - JSON Serialization / Deserialization program in C# / dotnet
  • rjson - JSON Serialization / Deserialization program in RUST