Git Product home page Git Product logo
bsdnt is a BSD licensed bignum library, suitable for use by languages which
need to provide bignum support and for other projects requiring relatively
fast bignums.

The primary goal of the project is to have clean, comprehensible, 
well-documented code, whilst retaining reasonable performance. It is not
a goal to insanely optimise where that would make the code less readable
and maintainable.

The project will be developed in numerous stages:

i) A C only phase, implementing nothing but basecase algorithms, which will
serve to map out the interface. This code will eventually be used as test 
code and fallback C code for architectures without assembly support.

ii) Addition of algorithms to make the library efficient up to a few hundred 
limbs and inline assembly code for x86 and x86_64.

iii) Addition of asymptotically fast algorithms for huge operands.

iv) Addition of assembly code for other platforms.

At least the first phase of the project will be completed as a github social
coding project, with a blog every few days which interested parties can 
follow along with their own github fork in the language of their choice.

It's expected that step 1 will take a few weeks. Step 2 will take 6 months to
a year.

----

To build bsdnt and run the test code

$ cd bsdnt
$ make check

----

See the LICENSE file for legal info and warranty information.

Enjoy!!

BSDNT: A BSD-licensed library for arbitrary precision arithmetic's Projects

bsdnt icon bsdnt

BSD Licensed Bignum Library

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.