Skip to content

Commit fae1af8

Browse files
committed
[skip ci] update README.md
1 parent fae1d7e commit fae1af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
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.
44

5-
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!
5+
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!
66

77
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 commit comments

Comments
 (0)