alecthomas / go_serialization_benchmarks

Benchmarks of Go serialization methods
https://alecthomas.github.io/go_serialization_benchmarks/
1.56k stars 158 forks source link

copi: a new modern high performance go serializer #143

Closed nazarifard closed 3 months ago

nazarifard commented 3 months ago

goserbench now supported copi. please merge copi branch with master branch

alecthomas commented 3 months ago

Thanks!

nazarifard commented 3 months ago

Thanks!

Thanks for your code review and approve. Can I ask you to update to run stats.sh and update README.md tables that includes "Copi" result?

alecthomas commented 3 months ago

You can do this yourself by following the instructions and sending a PR.

nazarifard commented 3 months ago

You can do this yourself by following the instructions and sending a PR.

No, I can't. firstly my laptop just has 4 core and I cant run benchmark with 8 cores, secondly I tried to run ./stats.sh several times but it was failed all. Please If its possible run ./stats.sh to update and inclode "copi" serializer's results too.

nazarifard commented 3 months ago

You can do this yourself by following the instructions and sending a PR.

No, I can't. firstly my laptop just has 4 core and I cant run benchmark with 8 cores, secondly I tried to run ./stats.sh several times but it was failed all. Please If its possible run ./stats.sh to update and inclode "copi" serializer's results too.

any update? @alecthomas