djkoloski / rust_serialization_benchmark

Benchmarks for rust serialization frameworks
514 stars 48 forks source link

Step savefile to version 0.15 #48

Closed avl closed 9 months ago

avl commented 9 months ago

I found a way to get the performance improvements in savefile that previously required 'unsafe', without requiring 'unsafe'.

It should be perfectly safe, and makes savefile much more competitive, particular in the 'mesh' bench.

I've made a PR to step the version used by the benchmark up to 0.15.

djkoloski commented 9 months ago

Glad to hear you found a way to make it work! Thanks for the PR!