nippy icon indicating copy to clipboard operation
nippy copied to clipboard

String array deserialization

Open KGOH opened this issue 8 months ago • 1 comments

Please add [Ljava.lang.String; class to the deserialization list

Array of strings serializes more compact

(count (nippy/fast-freeze (into-array String (repeat 1000 "hello")))) #_5071 (count (nippy/fast-freeze (object-array (repeat 1000 "hello")))) #_7005

KGOH avatar Jun 20 '24 07:06 KGOH