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
I am asking myself questions about the code that was run to produce the insertion performance graph. In particular, I'm wondering whether the binary searches for insertion position were done on an UnsafeBufferPointer projected from the array or not. It would be nice to be able to see the code so I could answer questions like this for myself.
(It would be great to have an numbers update using more recent compilers, too)
The text was updated successfully, but these errors were encountered:
I am asking myself questions about the code that was run to produce the insertion performance graph. In particular, I'm wondering whether the binary searches for insertion position were done on an
UnsafeBufferPointer
projected from the array or not. It would be nice to be able to see the code so I could answer questions like this for myself.(It would be great to have an numbers update using more recent compilers, too)
The text was updated successfully, but these errors were encountered: