-
Notifications
You must be signed in to change notification settings - Fork 2
Integration in fmt (basically c++20 std::format) #1
Comments
@SanderBouwhuis, there are four main scenarios for using the double-to-string conversion:
Historically and for now, my implementation supports third case only. For support other cases a significant changes/improvements are required. I do this as I have free time, but this job is not done... In addition, it is not obvious that such improvements are really needed in @vitaut, FYI. |
Aha, ok. That makes things clear. All things said though, you did some very impressive optimizations. I assume you are using the Ryu implementation as a basis? Or is this Grisu-3? |
Thanks, I hadn't seen that part. |
Is there any chance you could submit your double-to-ascii magic to the fmt library?
In this topic fmtlib/fmt#1426 you mention your implementation is a lot (maybe 3x) faster than the current implementation.
The text was updated successfully, but these errors were encountered: