michaelmusty / Belyi

MIT License
2 stars 5 forks source link

PassportRepresentatives -> Mass #23

Open jvoight opened 2 years ago

jvoight commented 2 years ago

In line 76 of BelyiMap (main function), we compute the number of passport representatives, which indicates how much precision we'll need since that grows with the degree. But this can eat up all memory.

We only need an estimate here, so I propose we place this with a mass computation instead, which should be much faster.