agyonov / dotnetcompare

Some simple projects to compare dotnet performance against other languages, most notabaly RUST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Some simple projects to compare dotnet performance against other languages, most notabaly RUST


Languages

Language:C# 48.9%Language:Rust 41.0%Language:TypeScript 10.0%