xjb714

Results 33 comments of xjb714

Hello, everyone. Regarding the code implementation of the double to string algorithm I proposed, a certain line of statement will cause a significant performance degradation under the clang compiler and...

@jk-jeon The Chinese version of the paper on the principle of floating-point number printing algorithms. If you don't understand Chinese, you can read it with the help of translation software....

@jk-jeon File link address: https://wwqo.lanzouo.com/i0UI135bt72d password:h35g If you are unable to download, please give us feedback.

@jk-jeon Thank you. I will finish the English version of the paper when I have time later. There are some clerical errors in the current Chinese version of the paper....

@jk-jeon This article introduces the algorithm principle and can help understand the source code implementation process. There may be optimization in the layout and content of the article. If you...

@jk-jeon Formulas 32 to 37 on page 8 are derived from your dragonbox algorithm paper. I would like to know if this derivation process is correct.

@jk-jeon Thank you for your suggestion. This algorithm was written after I read the **yy** algorithm. The core idea is based on the **schubafch** algorithm, and there are only four...

@jk-jeon There are cases of duplicate names in the formulas of this article. Please understand them based on the context when reading. Subsequently, I will optimize the layout and content...

@jk-jeon Some contents have been modified. Please read the following document. [fast_f2d_v2.pdf](https://github.com/user-attachments/files/22895654/fast_f2d_v2.pdf)

@jk-jeon Algorithm source code and demonstration link : https://onlinegdb.com/OPKdOpikG