Skip to content

Instantly share code, notes, and snippets.

@jfbu
Created October 27, 2017 08:02
Show Gist options
  • Save jfbu/fa3c6b3ac030c1bcceccbd4629072a3a to your computer and use it in GitHub Desktop.
Save jfbu/fa3c6b3ac030c1bcceccbd4629072a3a to your computer and use it in GitHub Desktop.
comparison test on powers of 2
\documentclass{article}
\usepackage{bigintcalc,xintcore}
\begin{document}
Bonjour
\pdfresettimer
\romannumeral\xintreplicate{1000}{\edef\x{\xintiiPow{2}{30}}}%
\the\pdfelapsedtime\par
\x
Bonjour
\pdfresettimer
\romannumeral\xintreplicate{1000}{\edef\x{\bigintcalcPow{2}{30}}}%
\the\pdfelapsedtime\par
\x
Bonjour
\pdfresettimer
\romannumeral\xintreplicate{1000}{\edef\x{\xintiiPow{2}{60}}}%
\the\pdfelapsedtime\par
\x
Bonjour
\pdfresettimer
\romannumeral\xintreplicate{1000}{\edef\x{\bigintcalcPow{2}{60}}}%
\the\pdfelapsedtime\par
\x
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment