tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
452 stars 87 forks source link

Use benchcmp to compare with rust-protobuf #35

Closed tafia closed 6 years ago

tafia commented 7 years ago

Not very urgent but It could be better to leverage on benchcmp to compare between quick-protobuf and rust-protobuf (using features to run either with quick-protobuf or with rust-protobuf).

It would result in a much cleaner code.

tafia commented 6 years ago

Not really needed.