MCPcopy Create free account
hub / github.com/chfast/intx

github.com/chfast/intx @v0.15.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.15.0 ↗ · + Follow
212 symbols 435 edges 31 files 14 documented · 7% updated 5mo agov0.15.0 · 2026-01-30★ 1729 open issues

Browse by type

Functions 189 Types & classes 23
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Core symbols most depended-on inside this repo

Shape

Function 150
Method 39
Class 21
Enum 2

Languages

C++95%
Python5%

Modules by API surface

include/intx/intx.hpp94 symbols
test/benchmarks/benchmarks.cpp31 symbols
test/benchmarks/bench_div.cpp9 symbols
test/utils/gmp.hpp7 symbols
test/utils/random.hpp6 symbols
test/integration/conan_package/conanfile.py5 symbols
test/experimental/addmod.hpp5 symbols
test/experimental/add.cpp5 symbols
test/benchmarks/bench_int128.cpp5 symbols
test/unittests/test_uint256.cpp4 symbols
test/unittests/test_intx_api.cpp4 symbols
test/fuzzer/fuzz_intx.cpp4 symbols

For agents

$ claude mcp add intx \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page