moquette icon indicating copy to clipboard operation
moquette copied to clipboard

Fix #629: Adding subscriptions is very slow

Open hylkevds opened this issue 3 years ago • 0 comments

  • Sort CNode.children by token
  • made Token comparable
  • made CNode.token final
  • Changed all searches to use Collections.binarySearch()
  • Changed inserts to respect sorting order

hylkevds avatar Sep 15 '21 08:09 hylkevds