Open a1342772 opened 3 days ago
Performance:
(array_len * cost(element)) * 10%
for most cases.Size:
array_len * size(element)
@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.
Question
How does Fury perform in terms of speed and size when serializing and deserializing Java arrays?