Skip to content

alex-nac/Bigint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors