diff --git a/readme.md b/readme.md index dfc6779bf56656e064ea77d2611ca4ed152d2fd9..15214271cb50a2526816fc3cac23e66c3ea4b072 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|