BenchmarkDotNet
Powerful .NET library for benchmarking (by dotnet)
aoc2021
Advent of Code 2021 (Elixir + Pygame) (by p88h)
BenchmarkDotNet | aoc2021 | |
---|---|---|
73 | 19 | |
11,061 | 15 | |
0.5% | - | |
9.0 | 0.0 | |
1 day ago | over 3 years ago | |
C# | Python | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
BenchmarkDotNet
Posts with mentions or reviews of BenchmarkDotNet.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-28.
-
Various .NET Benchmarks
The name of the library is BenchmarkDotNet and the documentation can be found here. The only thing you have to do is:
-
Minimal API Performance Benchmark
Benchmarking Tool: Uses BenchmarkDotNet for accurate and repeatable measurements.
-
The efficient way to measure time in .NET
Through Professional tools like Visual studio Performance tool BenchmarkDotNet DotTrace Profiler by Rider, Dynatrace Datadog
-
Essential .NET Libraries Every Developer Should Know
BenchmarkDotNet helps you measure performance with ease.
- Conociendo BenchmarkDotNet
-
Understanding Class Performance in C#
The benchmark test was conducted using the BenchmarkDotNet library in C#. The classes tested include:
-
Stop Guessing, Start Measuring: Transform Your Code with BenchmarkDotnet!
Letβs look at the first example you see, when you open up BenchmarkDotnetβs website, or Github page.
-
Benchmarking 20 programming languages on N-queens and matrix multiplication
Or use BenchmarkDotNet which, among other things to get an accurate benchmark, does JIT warmup outside of measurement.
( https://github.com/dotnet/BenchmarkDotNet ).
-
How to improve C# performance on matrix multiplication example?
You can also do proper statistically correct benchmarking by using - https://github.com/dotnet/BenchmarkDotNet. This will run warmup the jit, gauge the overheads, and run your function many times to give you proper data.
-
C# Memory Profiler on VSCode
take a look at: https://benchmarkdotnet.org/
aoc2021
Posts with mentions or reviews of aoc2021.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-06.
-
Me: "I'm going to learn rust for Advent of code!" Also me:
To be fair, compared to other years, only Elixir (last year) was more frustrating to learn than Rust (such that it does look like the picture above, due to many prototypes and all visualisation code being written in Python). I used Kotlin in 2020 and did Go for 2018 (though I didn't participate in that one live). I'm using C# this year, and all of these were simple enough that I didn't need to spend more time learning how to do things than actually doing them.
-
-π- 2021 Day 25 Solutions -π-
Plus Python visualisation
-
-π- 2021 Day 24 Solutions -π-
Python only today.
-
-π- 2021 Day 23 Solutions -π-
Elixir
-
[2021 Day 22][Pygame] The Cube(s)
Source
-
-π- 2021 Day 22 Solutions -π-
Elixir, Python 1708/791
-
-π- 2021 Day 21 Solutions -π-
Elixir, 167 ms on Part 2.
- -π- 2021 Day 20 Solutions -π-
-
-π- 2021 Day 18 Solutions -π-
Elixir 934/972 ; 5ms/100ms
-
[2021 Day 17][Pygame] Parabolic Probe Problem
Source
What are some alternatives?
When comparing BenchmarkDotNet and aoc2021 you can also consider the following projects:
CodeMaid - CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
advent-of-code
App.Metrics - App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
Advent-of-Code-2021 - Advent of Code 2021 in mcfunction
StyleCop - Analyzes C# source code to enforce a set of style and consistency rules.
AdventOfCode2022 - https://adventofcode.com/2022