apache / fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
https://fury.apache.org/
Apache License 2.0
3.03k stars 226 forks source link

C++ #1693

Open yangzeyi666 opened 3 months ago

yangzeyi666 commented 3 months ago

能够补充提供下C++的示例demo吗?在官网未看到

chaokunyang commented 3 months ago

The C++ implementation is not stable yet, we plan to provide more detailed document after we make it more complete.

Currently the fury c++ use bazel to build and referenced the arrow lib, we may need to provide cmake based build in the future.