lessthanoptimal / Auto64Fto32F

Java Library for automatically generating float (32F) code from Java double (64F)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto64Fto32F a set of tools for auto code generation, runtime regression, and coding standards compliance.

  • autofloat: Simple tool for converting classes from double to float
  • autoconcurrent: Uses hints in code comments to auto generate concurrent implementations
  • language: Simple lint checks to make sure illegal coding practices are not used
  • regression: Convert JMH benchmarks into runtime regression checks

License

This software is released under multiple licenses; Unlicense and MIT License. You may choose one or all of these licenses when using this software. For specific details on Unlicense and MIT License look at the UNLICENSE and LICENSE-MIT files, respectively.

Author

This software is written by Peter Abeles

About

Java Library for automatically generating float (32F) code from Java double (64F)

License:The Unlicense


Languages

Language:Java 100.0%