An error occurred while fetching folder content.

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.
Name | Last commit | Last update |
---|---|---|
.. |