I think this means that if I can just clean it up responsibly, all will be well, but that might be outside the range of how much C++ I can pick up in a weekend.
Comments
Log in with your Bluesky account to leave a comment
If I reduce the amount of work to do by 90%, the job runs to completion and while the program still grows, the memory it allocates is freed, so I think this isn't a leak per se, just a lot of poorly managed lifetimes.
Comments