lifthrasiir / rust-encoding

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

Need the performance data for rust-encoding. #96

Closed lygstate closed 8 years ago

lygstate commented 8 years ago

The performance data for iconv-lite is: https://github.com/ashtuchkin/iconv-lite#encodingdecoding-speed

I am curious about how fast the rust-encoding is

lifthrasiir commented 8 years ago

It is in the order of some hundred MB/s for most operations I have tested. (I have used cargo bench in my MacBook Air.) The exact figure would depend on the environment and I have no interest in comparing with iconv-lite.