This is an automated email from the ASF dual-hosted git repository.

wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury.git


The following commit(s) were added to refs/heads/main by this push:
     new e67e2537 [Java] remove vague desc in drop-in replacement jdk 
serialization libs (#1291)
e67e2537 is described below

commit e67e25377d5ce12639c407bbd93cee877b4aa514
Author: Shawn Yang <shawn.ck.y...@gmail.com>
AuthorDate: Wed Jan 3 18:42:29 2024 +0800

    [Java] remove vague desc in drop-in replacement jdk serialization libs 
(#1291)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b4d3fc2f..8bc117af 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ https://fury.apache.org
 
 In addition to cross-language serialization, Fury also features at:
 
-- Drop-in replace Java serialization frameworks such as JDK/Kryo/Hessian 
without modifying any code, but 100x faster. 
-  It can greatly improve the efficiency of high-performance RPC calls, data 
transfer, and object persistence.
+- Drop-in replace Java serialization frameworks such as JDK/Kryo/Hessian, but 
100x faster at most, which can greatly improve 
+ the efficiency of high-performance RPC calls, data transfer, and object 
persistence.
 - **100% compatible** with JDK serialization API with much faster 
implementation: supporting JDK 
`writeObject/readObject/writeReplace/readResolve/readObjectNoData/Externalizable`
 API. 
 - Supports **Java 8~21**, Java 17+ `record` is supported too.
 - Support [AOT compilation serialization](docs/guide/graalvm_guide.md) for 
**GraalVM native image**, and no reflection/serialization json config are 
needed.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fury.apache.org
For additional commands, e-mail: commits-h...@fury.apache.org

Reply via email to