Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

in order to add a new number to the repository, follow these instructions:

  • commit all your changes (no need to push)
  • mkdir numbers
  • create the files you want to create inside the numbers folder
  • git add numbers --sparse
  • git commit -m "automatic updates"
  • git rebase --onto origin/main HEAD~1 HEAD
  • git push origin HEAD:main
  • git checkout main
  • git reset HEAD~

the numbers are stored in a big-endian BCD-like format, using groups of 10 bits to encode 3 digits instead of groups of 4 bits to encode 1 digit.

About

a recreation of big-numbers because that repo has become a mess that I cannot comprehend anymore

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages