Comment on Updated benchmark: capnproto-rust vs. c++parentComments−pjmlp12yI wonder if it'd be instructive to have a Ruby or Python benchmark too, just to show how much you gain by using a lower-level language.It depends which implementation get compared.If the standard implementations get used, that any strong typed language with ahead of time compilation to native code will win hands down.Now if RubyMotion or PyPy are part of the benchmark, maybe they can achieve good enough performance.
Comments
It depends which implementation get compared.
If the standard implementations get used, that any strong typed language with ahead of time compilation to native code will win hands down.
Now if RubyMotion or PyPy are part of the benchmark, maybe they can achieve good enough performance.