Hacker News new | past | comments | ask | show | jobs | submit login

I've played with using it to interopt some python data science code with some C++ code efficiently without writing the project in Cython or using a tool like Pybind11. It worked pretty well in my test scenario, but I'm not sure how great of an idea that truly is.

Is the capn'n proto use case similar to something like ZeroMQ or NNG? I'm still not fully sure.




ZeroMQ/NNG are the transport layer. Cap'n Proto is mostly data serialization.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: