ch.randelshofer.fastdoubleparser.module-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!
/*
* @(#)module-info.java
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
*/
/**
* Provides fast parsers for Java {@code FloatingPointLiteral}s,
* and JSON {@code number}s.
*/
module ch.randelshofer.fastdoubleparser {
exports ch.randelshofer.fastdoubleparser;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy