-
fast_io
Discontinued C++20 Concepts IO library which is 10x faster than stdio and iostream (by tearosccebe)
concat and concatln function generates std::string. https://github.com/tearosccebe/fast_io/blob/master/benchmark/0002.file_io_tsc/time/iobuf_file_concatln.cc
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
https://github.com/tearosccebe/dtoa-benchmark/blob/master/src/fast_io_scientific.cpp on your buffer
-
I've tried again with your latest changes and decided to use https://github.com/martinus/nanobench for a better benchmark and got the following output:
Related posts
-
Much Faster than std::string, fmt::format, std::to_chars, std::time and more?
-
Nanobench: Fast, single-header microbenchmarking functionality for C++
-
What style guide to use with clang-format?
-
how do you properly benchmark?
-
I don’t know which container to use (and at this point I’m too afraid to ask)