Skip to content

Updates the tree model to reduce its creation time.

Moves the slow,fast channel check to outside of the loop. Precompiles the regular expression used for splitting the channel names. Drops the setdefault call for the dictionary item lookup/creation.

Also combines and simplifies the branch and leaf item classes.

Edited by Patrick Thomas

Merge request reports