tweak: change number of lines

This commit is contained in:
NunoSempere 2023-05-29 19:58:59 -04:00
parent 03421f953b
commit 7be18ff7cb
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ As of now, it may be useful for checking the validity of simple estimations. The
| Language | Time | Lines of code | | Language | Time | Lines of code |
|--------------------------|-----------|---------------| |--------------------------|-----------|---------------|
| C (optimized, 1 thread) | ~30ms | 282 | | C (optimized, 1 thread) | ~30ms | 183 |
| Nim | 68ms | 84 | | Nim | 68ms | 84 |
| C | 292ms | 149 | | C | 292ms | 149 |
| Javascript (NodeJS) | 732ms | 69 | | Javascript (NodeJS) | 732ms | 69 |