apache / fury

A blazingly fast multi-language serialization framework powered by JIT and zero-copy.

Home Page:https://fury.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Java] Optimize object array copy performance

chaokunyang opened this issue · comments

Is your feature request related to a problem? Please describe.

Object array elements are homogeneous mostly, we can cache the previoues immutable info and reduce type dispatch cost to speed up performance.

Describe the solution you'd like

Additional context

#1679
#1743