On Mon, 3 Dec 2018, Dima Pasechnik wrote:

please post the test you use.

import gc

i = 0
for P in Posets(8):
    if i % 1000 == 0:
        gc.collect()
        print get_memory_usage()
    i += 1
    _ = P.dimension()

--
Jori Mäntysalo

Reply via email to