Intx Save

Extended precision integer C++ library

Project README

intx

readme style: standard GitPOAP Badge

Extended precision integer C++ library

The intx header-only C++20 library provides allocation-free extended precision integer types. They are implemented as arrays of std::uint64_t words and closely match the behavior of built-in types.

Usage

To build, test or benchmark.

git clone https://github.com/chfast/intx
cd intx

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel

build/test/intx-unittests
build/test/intx-bench

Maintainer

Paweł Bylica @chfast

License

Licensed under the Apache License, Version 2.0.

Open Source Agenda is not affiliated with "Intx" Project. README Source: chfast/intx
Stars
117
Open Issues
13
Last Commit
4 months ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating