-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Labels
Description
https://gitee.com/xjb714/dtoa-benchmark
English:
The source code is in this link src/d2sci/d2s.cpp/d2s_sse.
Sse implementation based on schubfach, the performance is about 1.5 times that of dragonbox or dtoa algorithm in yyjson at present. Please decide whether to adopt it after testing.
This project also includes the realization of other floating-point printing algorithms, which can be used if you are interested.
This project only contains double-precision floating-point printing algorithm.
中文:
源代码在这个链接src/d2sci/d2s.cpp/d2s_sse。
基于schubfach的sse实现,性能是dragonbox或目前yyjson中dtoa算法的1.5倍左右。请经过测试后决定是否采纳。
本项目还包含了其他浮点数打印算法的实现,如果感兴趣也可使用。
本项目中只包含双精度浮点数打印算法。
Reactions are currently unavailable