Skip to content

alex-nac/Bigint

Repository files navigation

Bigint

Simple c++ big integer class with two optimizations.

  1. Copy on write vector: we copy vector of numbers only if we change our big integer.

  2. Small object optimization: for big integers which fit size_t range we use size_t. For memory efficiency we use union.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published