tree: 3118b89c382ba5e63e2681e58e1e53ce54db13e8 [path history] [tgz]
  1. fory/
  2. README.md
cpp/README.md

Apache Fory™ C++

Apache Fory™ is a blazingly-fast multi-language serialization framework powered by just-in-time compilation and zero-copy.

Environment

  • Bazel version: 6.3.2

Build Apache Fory™ C++

# Build all projects
bazel build //:all
# Run all tests
bazel test //:all
# Run serialization tests
bazel test //cpp/fory/serialization:all

Benchmark

bazel build //cpp/fory/benchmark:all
bazel test //cpp/fory/benchmark:all
# You can also run a single benchmark to see how efficient it is.
# For example
bazel run //cpp/fory/benchmark:benchmark_string_util