Closed wcampbell0x2a closed 7 months ago
@sharksforarms this is ready for review!
@wcampbell0x2a ack. I may not get to review it until the new year
Butterfingers closing the mr 😂
No problem! I also might bike-shed the names back to read
and write
instead of to_writer
. Idk.
Implement faster writing for bytes and support for
Write
. At the expense of some performance for only bit-wise writing.Tested
Create Issue
&[u8]
andVec<u8>
so that results directly to one invocation ofwriter.write_bytes(..)
instead of 1 byte per len. This is only possible forCtx = ()
?See https://github.com/wcampbell0x2a/deku-bench/pull/6 (that uses https://github.com/sharksforarms/deku/pull/393)