[ 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.