jsbean / Collections

Collection data structures
MIT License
2 stars 0 forks source link

[Performance] Audit SortedDictionary insert(_:key:) performance #163

Open jsbean opened 7 years ago

jsbean commented 7 years ago

Inserting:

This doesn't seem like O(n) :o.

jsbean commented 7 years ago

This is the only thing getting called:

Actually, it looks like SortedArray is doing the same thing.

jsbean commented 7 years ago

This is dependent on: #164.