fixed rust bug - used usize instead of u32

This commit is contained in:
nora 2021-06-07 15:14:09 +02:00
parent e1478285a7
commit f76f06fd25
2 changed files with 5 additions and 5 deletions

View file

@ -11,5 +11,5 @@ and we should never forget that V8 is... **fast**.
| ---------| -------|
| Java | 1836ms |
| Javascript | 1778ms |
| Rust | 1818ms |
| Rust | 577ms |
| python3 | 34361ms |