BAMT icon indicating copy to clipboard operation
BAMT copied to clipboard

Replace unefficient datatypes with more appropriate ones

Open jrzkaminski opened this issue 1 year ago • 0 comments

For example, a list of edges is now stored in a list() datatype, but a set() seems to be more appropriate and memory-efficient, since we do not need to store an order of the elements.

jrzkaminski avatar Dec 21 '23 20:12 jrzkaminski