Skip to content

vernthedragon/LargeInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LargeInt

Dynamically allocated integer datatype which has virtually unlimited maximum size and accuracy, as long as you still have memory. The datatype is stored on the heap and is very optimized for memory (for each new digit only 4 bits are allocated). A single header library written in C++ which is meant for scientific and data projects.

About

Dynamically allocated integer datatype which has virtually unlimited maximum size and accuracy, as long as you still have memory. The datatype is stored on the heap and is very optimized for memory (for each new digit only 4 bits are allocated). A single header library written in C++ which is meant for scientific and data projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages