ch.randelshofer.fastdoubleparser.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastdoubleparser Show documentation
Show all versions of fastdoubleparser Show documentation
A Java port of Daniel Lemire's fast_float project.
The newest version!
/*
* @(#)package-info.java
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
*/
/**
* Provides fast parsers for Java {@code FloatingPointLiteral}s,
* and JSON {@code number}s.
*
* References:
*
* - The Java® Language Specification, Java SE 18 Edition,
* Chapter 3. Lexical Structure, 3.10.2. Floating-Point Literals
* - docs.oracle.com
*
* - IETF RFC 8259. The JavaScript Object Notation (JSON) Data Interchange
* Format, Chapter 6. Numbers
* - www.ietf.org
*
*/
package ch.randelshofer.fastdoubleparser;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy