apache / fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.
https://fury.apache.org/
Apache License 2.0
3.12k stars 248 forks source link

[Question] <title>How does Fury perform in terms of speed and size when serializing and deserializing Java arrays? #1954

Open a1342772 opened 3 days ago

a1342772 commented 3 days ago

Question

How does Fury perform in terms of speed and size when serializing and deserializing Java arrays?

chaokunyang commented 3 days ago

Performance:

Size:

chaokunyang commented 3 days ago

@a1342772 You could test it by yourself. It the test result is unexpected, please share your test code and result here, then we can dive into it.