当前位置

网站首页> 程序设计 > 程序资讯 > 软件更新资讯 > 浏览文章

FST 2.14 发布,Java 快速序列化库

作者:小梦 来源: 网络 时间: 2024-05-22 阅读:

2014年11月23日源创会年度盛典(北京站)正在报名

FST 2.14 发布,改进记录包括:

JDK 序列化模拟:

  • A class calls putFields() from writeObject(), has no readObject() method (Vector.java).

  • JDK expects hashtable-style putField() output to be binary compatible with vanilla default reading (awful from a performance perspective).

  • Fix only degrades performance for like 5 classes of JDK.

  • Vector has custom serializer anyway by default.

FST fast-serialization 是重新实现的 Java 快速对象序列化的开发包。序列化速度更快(2-10倍)、体积更小,而且兼容 JDK 原生的序列化。要求 JDK 1.7 支持。

下载地址:fst-2.14.zip