Skip to content
#

asynchronous-io

Here are 19 public repositories matching this topic...

weissi
weissi commented Feb 6, 2020

ByteBufferView is a Collection of UInt8 which "views" into a ByteBuffer. Right now, we basically only implement the subscript which vends individual bytes. That's good enough to implement Collection/Sequence (and a bunch of more specialised sub-protocols) but it's not very fast at all.

Especially methods like firstIndex(of:) or firstIndex(where:) will be very slow because it'l

Improve this page

Add a description, image, and links to the asynchronous-io topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asynchronous-io topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.