dusa icon indicating copy to clipboard operation
dusa copied to clipboard

Stop globally hashconsing

Open robsimmons opened this issue 1 year ago • 0 comments

This is a medium-small refactor: repeated uses of the Dusa API will cause memory leaks, because the same hash-consing table is used accross multiple instances of Dusa objects. Based on the interface, each Dusa object should really have its own hashconsing table.

robsimmons avatar Jun 06 '24 17:06 robsimmons