jar

ch.randelshofer : fastdoubleparser

Maven & Gradle

Apr 30, 2023
3 usages
165 stars

ch.randelshofer:fastdoubleparser · A Java port of Daniel Lemire's fast_float project.

Table Of Contents

Latest Version

Download ch.randelshofer : fastdoubleparser JAR file - Latest Versions:

All Versions

Download ch.randelshofer : fastdoubleparser JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.3.x
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fastdoubleparser-0.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.randelshofer.fastdoubleparser

├─ ch.randelshofer.fastdoubleparser.AbstractFloatValueParser.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.AbstractJavaFloatingPointBitsFromByteArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.AbstractJavaFloatingPointBitsFromCharArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.AbstractJavaFloatingPointBitsFromCharSequence.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.AbstractJsonFloatingPointBitsFromByteArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.AbstractJsonFloatingPointBitsFromCharArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.AbstractJsonFloatingPointBitsFromCharSequence.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.AbstractNumberParser.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.BigSignificand.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.FastDoubleMath.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.FastDoubleSwar.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.FastFloatMath.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.FastIntegerMath.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.FftMultiplier.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaBigDecimalFromByteArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaBigDecimalFromCharArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaBigDecimalFromCharSequence.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaBigDecimalParser.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaBigIntegerFromByteArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaBigIntegerFromCharArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaBigIntegerFromCharSequence.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaBigIntegerParser.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaDoubleBitsFromByteArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaDoubleBitsFromCharArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaDoubleBitsFromCharSequence.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaDoubleParser.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaFloatBitsFromByteArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaFloatBitsFromCharArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaFloatBitsFromCharSequence.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JavaFloatParser.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JsonDoubleBitsFromByteArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JsonDoubleBitsFromCharArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JsonDoubleBitsFromCharSequence.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.JsonDoubleParser.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.ParseDigitsTaskByteArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.ParseDigitsTaskCharArray.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.ParseDigitsTaskCharSequence.class - [JAR]

├─ ch.randelshofer.fastdoubleparser.package-info.class - [JAR]

Advertisement