Skip to content

Commit 559ec6a

Browse files
committed
chore(doc): benchmarks without mimalloc
1 parent 9d6e8d9 commit 559ec6a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You may also need a source of randomness. On bare x86, randomness can still be r
5656

5757
## Benchmarks
5858

59-
Benchmarks were made using a Ryzen 7 7800x3D on Windows 11 by averaging on 10 000 `u32`s using `mimalloc`.
59+
Benchmarks were made using a Ryzen 7 7800x3D on Windows 11 by averaging on 10 000 `u32`s.
6060

6161
Parameters used for this benchmark were :
6262
- `d` = 128
@@ -66,10 +66,10 @@ Parameters used for this benchmark were :
6666

6767
| Operation | Average time |
6868
|:-----------------:|:----------------:|
69-
| Encryption | 43.4 µs |
70-
| Decryption | 13.8 µs |
71-
| Add | 3.7 ms |
72-
| Dec. after add | 5.2 ms |
69+
| Encryption | 82.7 µs |
70+
| Decryption | 15.0 µs |
71+
| Add | 4.4 ms |
72+
| Dec. after add | 4.8 ms |
7373

7474
It is still more efficient to decrypt, operate and then re-encrypt the data. This limits the use of the system to applications where security is paramount, and takes precedence over speed.
7575

0 commit comments

Comments
 (0)