Skip to content

Commit

Permalink
[skip ci] update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Feb 5, 2024
1 parent fae1d7e commit fae1af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

A little toy project which implements the same program in many different languages, and then performs a naive performance and memory benchmark to compare each of them.

The program that's implemented in each of them is a simpler counter, but it's constructed in a way to prevent compilers from pre-optimising everything at compile time: modern compilers are quite intelligent and can even optimise away some things which are rather complex!
The program that's implemented in each of them is a simple counter, but it's constructed in a way to prevent compilers from pre-optimising everything at compile time: modern compilers are quite intelligent and can even optimise away some things which are rather complex!

Have a look at the [**latest release**](https://github.com/acheronfail/count/releases/latest) if you're curious. Each Release contains a table of the results of each CI test (obviously using CI is not a great test, since we don't control the load of the machine, but it's good enough for something as silly as what we're doing in this repository).

0 comments on commit fae1af8

Please sign in to comment.