Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Serialization] add fury serialization framework to dubbo #226

Merged
merged 4 commits into from
Oct 17, 2023
Merged

[Serialization] add fury serialization framework to dubbo #226

merged 4 commits into from
Oct 17, 2023

Conversation

chaokunyang
Copy link
Contributor

@chaokunyang chaokunyang commented Oct 11, 2023

What is the purpose of the change

Fury is a blazing fast serialization powered by jit and zero-copy. Fury features at:
-Drop-in replace Java serialization frameworks such as JDK/Kryo/Hessian without modifying any code, but 10~100x faster, which can greatly improve the efficiency of high-performance RPC calls, data transfer and object persistence.

This PR add the fury integration to dubbo repo for better consistency with dubbo serialization-api

Related issue

apache/dubbo#13160

@chaokunyang
Copy link
Contributor Author

image

Any ideas why this error?

@codecov-commenter
Copy link

Codecov Report

Merging #226 (52d9dfe) into master (e807a61) will increase coverage by 0.01%.
Report is 3 commits behind head on master.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #226      +/-   ##
============================================
+ Coverage     33.90%   33.92%   +0.01%     
  Complexity      506      506              
============================================
  Files           156      156              
  Lines          5326     5326              
  Branches        662      662              
============================================
+ Hits           1806     1807       +1     
+ Misses         3319     3318       -1     
  Partials        201      201              

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants