Comment on Updated benchmark: capnproto-rust vs. c++parentComments−thinkpad2012yCurious, how feasible would it be to simply call into existing C/C++ libraries from python instead of writing it in pure python?−dwrenshaOP12yPycapnp is not pure Python. It wraps Cap'n Proto's C++ dynamic API. See http://kentonv.github.io/capnproto/otherlang.html#supporting... .
Comments
Curious, how feasible would it be to simply call into existing C/C++ libraries from python instead of writing it in pure python?
Pycapnp is not pure Python. It wraps Cap'n Proto's C++ dynamic API. See http://kentonv.github.io/capnproto/otherlang.html#supporting... .