Update README for clarity on performance comparison

This commit is contained in:
Victor Zverovich 2025-11-23 11:15:23 -08:00 committed by GitHub
parent a731c73fd5
commit 790b9389ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,8 +150,8 @@ int main() {
}
```
This can be [5 to 9 times faster than
fprintf](http://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html).
This can be [up to 9 times faster than `fprintf`](
http://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html).
**Print with colors and text styles**