Jonas Jenwald d0fec7c6fb Fix NameOrNumberTree.get to actually perform a binary search to find the requested key
The intent of the code, based on existing comments, is to perform a binary search. However, because of what appears to be a typo in the code responsible for computing the current search index, this code is always checking *every* entry (albeit only at the "final" node) starting from the last one.
2018-11-23 23:52:33 +01:00
..
2018-10-03 00:28:49 +02:00
2018-09-13 13:10:38 -07:00
2018-04-01 23:20:41 +02:00