[ trixie ]
[ sid ]
[ 原始碼: fastdoubleparser ]
套件:libfastdoubleparser-java(2.0.1-2)
libfastdoubleparser-java 的相關連結
Debian 的資源:
下載原始碼套件 fastdoubleparser:
- [fastdoubleparser_2.0.1-2.dsc]
- [fastdoubleparser_2.0.1.orig.tar.xz]
- [fastdoubleparser_2.0.1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
parsers for double, float, BigDecimal and BigInteger values
This is a Java port of Daniel Lemire's fast_float project.
This project provides parsers for double, float, BigDecimal and BigInteger values. The double and float parsers are optimised for speed for the most common inputs. The BigDecimal and BigInteger parsers are optimised for speed on all inputs.
The code in this project contains optimised versions for major Java revisions, released in a single multi-release jar, which contains the code for all these versions.
This package contains the Java library.