You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ChrisJefferson suggested this as a possibly good idea in semigroups/Semigroups#634 (comment). Memory is severely limited on 32-bit mode, and with MAXVERTS = 512, Digraphs can apparently end up being quite demanding on the mrmory. Reducing MAXVERTS should theoretically make Digraphs more stable on 32-bit systems, at the cost of it, unfortunately, being less useful.
Alternatively, or in combination, we might want to be cleverer about how we allocate memory (especially for stabiliser chains); see #433.
The text was updated successfully, but these errors were encountered:
@ChrisJefferson suggested this as a possibly good idea in semigroups/Semigroups#634 (comment). Memory is severely limited on 32-bit mode, and with
MAXVERTS = 512
, Digraphs can apparently end up being quite demanding on the mrmory. ReducingMAXVERTS
should theoretically make Digraphs more stable on 32-bit systems, at the cost of it, unfortunately, being less useful.Alternatively, or in combination, we might want to be cleverer about how we allocate memory (especially for stabiliser chains); see #433.
The text was updated successfully, but these errors were encountered: