Pure python implementation of odict (“Ordered dictionary”) can be slow in term of performance. If performance is an issue, sqlalchemy.util.OrderedDict is a faster alternative
Pure python implementation of odict (“Ordered dictionary”) can be slow in term of performance. If performance is an issue, sqlalchemy.util.OrderedDict is a faster alternative