On Fri, May 29, 2020 at 12:08 PM <rmli...@riseup.net> wrote: > > > We just ran into this problem when running our aiootp package's memory > hard password hashing function (https://github.com/rmlibre/aiootp/).
Have you considered implementing that module in something else? Try Cythonizing it and see if suddenly your memory usage drops - not because of garbage collection, but because you're no longer using integer objects at all. ChrisA -- https://mail.python.org/mailman/listinfo/python-list