craigmayhew / bigprimes.net

Procedurally generated single page web app, written exclusively in rust and compiled to WebAssembly

Home Page:https://www.bigprimes.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

max digits are wrong on the cruncher tool

craigmayhew opened this issue · comments

Example of the issue: https://www.bigprimes.net/cruncher

Some of these can be removed entirely, e.g. Is it a perfect number? (Checks numbers upto 12003 digits in length) others should be changed to constants and actually checked when a number is crunched to fix slow page rendering.

Partially fixed by PR #29

Fixed in PR #42