Skip to content
Snippets Groups Projects
Frank Winklmeier's avatar
Frank Winklmeier authored
Change `GaudiHandleArray` type from `list` to `MutableSequence` and
implement the storage as `dict`, which is guaranteed to be
insertion-ordered as of Python 3. This considerably improves the speed
of `append`.

`insert` is potentially a bit slower but that is rarely used.
649f90a4
History