aidevnn / FastGoat

What C# can do for studying Finite Groups, quotient groups, semi-direct products, homomorphisms, automorphisms group, characters table, minimalistic rings and fields manipulations, polynomials factoring, fields extensions and many more...
MIT No Attribution
10 stars 1 forks source link

Memory issues #11

Closed aidevnn closed 1 year ago

aidevnn commented 1 year ago

JetBrains is throwing a lot of memory issues.

Example at https://github.com/aidevnn/FastGoat/blob/cb47671c01f29747942a34b9c531ca55c2fa3acd/FastGoat/Group.cs#L83-L86

which can be resolved https://github.com/aidevnn/FastGoat/blob/360754cbc5512a82ed83710b23a13285054eeee2/FastGoat/Group.cs#L83-L86

But a lot of other issues remains.

aidevnn commented 1 year ago

Almost all memory issues are solved, the program can runs many minutes with stability.