Git Product home page Git Product logo

libj / math Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 3.0 3.49 MB

Performance extensions to the java.math Java API.

Home Page: https://www.libj.org/math/

License: MIT License

Java 24.69% Makefile 0.05% C 1.15% C++ 0.73% HTML 73.39%
algorithms arbitrary-precision benchmark bigdecimal bigint biginteger critical decimal fastest fixed-point heap-allocation jit jni mutable native optimized unsigned

math's Introduction

LibJ

Build Status Coverage Status Javadocs Released Version Snapshot Version

LibJ is a collection of simple, convenient, and high-performance supplements to Java Standard libraries

Simple

The supplementary APIs are designed to be simple, and as non-coupling as possible.

High-Performance

The APIs are implemented to minimize both process and memory complexity.

Modules

  • exec: APIs for external process execution and environment management.
  • io: APIs that supplement the java.io and java.nio packages for I/O operations.
  • jci: Java Compiler Interface An implementation of an in-memory-compiler.
  • lang: APIs that supplement the java.lang package with simple and useful extensions.
  • logging: APIs that provide simple logging extensions to SLF4J.
  • mail: APIs that supplement the java.mail package with simple and useful extensions.
  • math: APIs that supplement the java.math package with higher-performance alternatives, and simple and useful extensions.
  • net: APIs that supplement the java.net package with higher-performance alternatives, and simple and useful extensions.
  • sql: APIs that supplement the java.sql package with simple and useful extensions.
  • test: APIs that provide simple test extensions to JUnit, and Maven's maven-surefire-plugin.
  • util: APIs that supplement the java.util package with higher-performance alternatives, and simple and useful extensions.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

math's People

Contributors

safris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

math's Issues

BigInteger replacement

Hello,

as BigInteger creates a lot of garbage I'm searching for an alternative (used for hash computations (using 128 bit of a SHA256 for a rolling hash in a versioned JSON data store (https://Github.com/sirixdb/sirix))). How do I use your library? IIRC last time I tried the classes were missing from the JAR on maven central.

Kind regards
Johannes

Implement FastMath

For faster alternative implementations of certain math-specific algorithms.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.