2019-11-18 14:44:51 +0100 | received badge | ● Student (source) |
2019-11-18 13:45:46 +0100 | asked a question | Possible memory leak in polynomial evaluation Hello, if I execute this code in SageMath 8.9 I see that the memory usage increases as time goes by. On the other hand, if I substitute the expression for |
2019-11-16 00:12:54 +0100 | asked a question | Memory increasing when using constant pi Hello everybody, I have some memory problems when executing the following for cycle in SageMath (version 8.9 on Linux Mint 19.2): which outputs I found that the situation improves if I remove the gpi variable from the for cycle, obtaining Is there some way to avoid this increment in memory? Thank you in advance |