Skip to content

Commit

Permalink
Generalize note about binary formats
Browse files Browse the repository at this point in the history
Change-Id: I452a2f79cac0816812a4cb8bd90a10488d3923ed
  • Loading branch information
wesm committed Jan 15, 2017
1 parent 3d31644 commit ec4b95e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ components:
- Reference-counted off-heap buffer memory management, for zero-copy memory
sharing and handling memory-mapped files
- Low-overhead IO interfaces to files on disk, HDFS (C++ only)
- A self-contained binary "file format" for remote procedure calls (RPC) and
- Self-describing binary wire formats (streaming and batch/file-like) for
remote procedure calls (RPC) and
interprocess communication (IPC)
- Integration tests for verifying binary compatibility between the
implementations (e.g. sending data from Java to C++)
Expand Down

0 comments on commit ec4b95e

Please sign in to comment.