java - Kryo serialization library: is it used in production? -
kryo new , interesting java serialization library, , 1 of fastest in thrift-protobuf benchmark. if you've used kryo, has reached enough maturity try out in production code?
update (10/27/2010): we're using kryo, though not yet in production. see answer below details.
update (3/9/2011): updating latest jackson , kryo libraries shows jackson's binary smile serialization pretty competitive.
there bug report , discussion thread. dateserializer comes kryo more efficient size-wise simpleserializer implementation posted on because uses longserializer optimized positive values.
edit: forgot answer original question. believe kryo used in @ least few production systems. there mention of in article, jive sbs cache redesign: part 3. in destroy humans project, kryo used communicate android phone serves robot brain (video here).
not direct answer, might browse kryo source and/or javadocs. check out read* , write* methods on kryo class, @ serializer class. core of library.
Comments
Post a Comment