Re: [sage-devel] Re: Memory leak in `NumberField().class_group().order()`

2024-09-17 Thread Georgi Guninski
> It's very common for computer algebra packages to have memory leaks At least you are honest about the generalization for the whole software development theater. Bill Gates said: "If I had a cent every time Windows crashes, I would have been billionaire. Oh, wait..." -- You received this messa

Re: [sage-devel] Re: Memory leak in `NumberField().class_group().order()`

2024-09-17 Thread Dima Pasechnik
On Tue, Sep 17, 2024 at 9:48 AM Georgi Guninski wrote: > > > It's very common for computer algebra packages to have memory leaks > > At least you are honest about the generalization for the whole > software development theater. that's the legacy of developing software in a platform-independent ma

Re: [sage-devel] Re: Memory leak in `NumberField().class_group().order()`

2024-09-17 Thread Nils Bruin
On Tuesday 17 September 2024 at 07:04:18 UTC-7 dim...@gmail.com wrote: that's the legacy of developing software in a platform-independent machine assembly language known as C or C++, or Fortran :-) Then, as we know, Greenspun's tenth rule states that: Any sufficiently complicated C or Fortra