From c09fbccc63a58d10360321f73e4454559c6c025a Mon Sep 17 00:00:00 2001 From: hzl9900 Date: Sun, 28 Jan 2024 20:03:24 +0800 Subject: [PATCH] Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dfc6779b..15214271 100644 --- a/readme.md +++ b/readme.md @@ -119,7 +119,7 @@ Notice: I modified libstdc++'s BUFSIZ 1048576 due to BUFSIZ is too small (512 by | std::to_chars+obuf_file | 0.12s | :x: | | | std::to_chars+ofstream | 0.192s | :x: | | | fast_io::c_file_unlocked | 0.098999s | 0.126003s | I hacked MSVCRT's FILE* implementation | -| fast_io::c_file | 0.298988s | 0.318001s | Thread Safe. I hacked MSVCRET's FILE* implementation | +| fast_io::c_file | 0.298988s | 0.318001s | Thread Safe. I hacked MSVCRT's FILE* implementation | | fast_io::filebuf_file | 0.048999s | 0.081s | I hacked libstdc++'s streambuf/filebuf implementation| | fast_io::iobuf_utf8_file_char16| 0.124s | 0.112001s | UTF-16=>UTF-8 with SSE| | fast_io::iobuf_utf8_file_char32| 0.110999s | 0.111011s | UTF-32=>UTF-8 with SSE| -- Gitee