Skip to content

Repository files navigation

Solution with BenchMarks tests

Simpple solution with some benchmarks for some of the most used libraries and packages in dotnet

  • ListsAndSpans: compares iteration/sum performance across arrays, List, interface-based collections, and Span. Results showed that Span is fastest, followed by arrays then List, while interface-based iteration incurs significant overhead. See the detailed report in ListsAndSpans/BenchmarkDotNet.Artifacts/results.

Results

JsonConverter x JsonSerializer x Protobuffer

HttpClient x Refit

Mappers Libraries

Database Frameworks

Class x Struct x Record

Lists and Spans – detailed benchmarks and HTML report available in the project directory.

About

Simple project with some benchmarks against different libraries

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Used by

Contributors

Languages