lifthrasiir / rust-encoding

Character encoding support for Rust
MIT License
284 stars 59 forks source link

Use Vec.extend_from_slice() for ByteWriter.write_bytes(). #101

Closed hsivonen closed 8 years ago

hsivonen commented 8 years ago

Makes the code paths that call this method faster.

(Dual-licensed under MIT / Apache 2.0 so does not complicate issue 93.)

lifthrasiir commented 8 years ago

Thank you!