Skip to content
/ intx Public
forked from chfast/intx

Extended precision integer C++ library

License

Notifications You must be signed in to change notification settings

Sodex/intx

 
 

Repository files navigation

intx

readme style: standard Conan Center GitPOAP Badge

High‑performance multiprecision integer library for C++

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.

About

Extended precision integer C++ library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.3%
  • CMake 9.4%
  • Python 1.6%
  • Shell 0.7%