Skip to content

Commit

Permalink
Update README.md - fix grammatrical errors in README. (#1037)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ayushrakesh authored Oct 29, 2023
1 parent 593b4d4 commit 0e51d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ https://furyio.org
- **Zero-copy**: cross-language out-of-band serialization inspired
by [pickle5](https://peps.python.org/pep-0574/) and off-heap read/write.
- **High performance**: A highly-extensible JIT framework to generate serializer code at runtime in an async multi-thread way to speed serialization, providing 20-170x speed up by:
- reduce memory access by inline variable in generated code.
- reduce memory access by inline variables in generated code.
- reduce virtual method invocation by inline call in generated code.
- reduce conditional branching.
- reduce hash lookup.
- **Multiple binary protocols**: object graph, row format and so on.
- **Multiple binary protocols**: object graph, row format, and so on.

In addition to cross-language serialization, Fury also features at:

Expand Down

0 comments on commit 0e51d16

Please sign in to comment.