You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The performance of MappableFlatSet::overlap_range and MappableFlatMultiSet::overlap_range could potentially be improved by storing bidirectionally sorted and mutually exclusive sub-ranges. This would come at the cost of additional memory usage, so behaviour could potentially be customised at compile time.
The text was updated successfully, but these errors were encountered:
dancooke
changed the title
Lookup is worst case linear for some data sets
Lookup is worst case linear
Oct 29, 2017
dancooke
changed the title
Lookup is worst case linear
Lookup for MappableFlatSet and MappableFlatMultiSet is worst case linear
Oct 29, 2017
dancooke
changed the title
Lookup for MappableFlatSet and MappableFlatMultiSet is worst case linear
Lookup for MappableFlatSet and MappableFlatMultiSet could be further optimised
Oct 30, 2017
The performance of
MappableFlatSet::overlap_range
andMappableFlatMultiSet::overlap_range
could potentially be improved by storing bidirectionally sorted and mutually exclusive sub-ranges. This would come at the cost of additional memory usage, so behaviour could potentially be customised at compile time.The text was updated successfully, but these errors were encountered: