# intx **Repository Path**: licy12/intx ## Basic Information - **Project Name**: intx - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-14 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # intx [![readme style: standard][readme style standard badge]][standard readme] [![Conan Center](https://img.shields.io/conan/v/intx)](https://conan.io/center/recipes/intx) [![GitPOAP Badge](https://public-api.gitpoap.io/v1/repo/chfast/intx/badge)](https://www.gitpoap.io/gh/chfast/intx) 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. ```bash 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]. [@chfast]: https://github.com/chfast [Apache License, Version 2.0]: LICENSE [standard readme]: https://github.com/RichardLitt/standard-readme [readme style standard badge]: https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square