Skip to content

Commit

Permalink
Celebrate win in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumbub committed Oct 3, 2021
1 parent 21bd487 commit 1b430c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Requires:

## Milestones

### 125% speed increase in logic

When converting values of `0`/`maxInt` to `0`/`1` we now use a mathematical expression `1 - (state + 1)` instead of a ternary.

[21bd48749570ac9c05663c661f60ce5ede1223ff](https://github.com/Jumbub/game-of-speed/commit/21bd48749570ac9c05663c661f60ce5ede1223ff)

### THREADS% speed increase in logic

Finally gave in to the lazy performance improvement, throwing more threads at the problem.
Expand Down

0 comments on commit 1b430c2

Please sign in to comment.