zakarumych / alkahest

Fantastic serialization library
Other
157 stars 9 forks source link

Use zero-copy deserialization for the `speedy` benchmark #8

Closed koute closed 1 year ago

koute commented 1 year ago

alkahest's using zero-copy deserialization in the benchmark, so speedy should be allowed to do so too, otherwise the results aren't really fair. (:

net-packet/speedy/read  time:   [1.8523 µs 1.8570 µs 1.8607 µs]
                        change: [-79.609% -79.549% -79.473%] (p = 0.00 < 0.05)
                        Performance has improved.
zakarumych commented 1 year ago

All tests are passing. One action failed to report the success. Merging this.

Thank you for the PR.

zakarumych commented 1 year ago

I'll update benchmark results in README later today