Apache Fory™ is a blazingly-fast multi-language serialization framework powered by just-in-time compilation and zero-copy.
# Build all projects
bazel build //:all
# Run all tests
bazel test //:all- Bazel version: 6.3.2
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