Java 快速序列化庫,FST 2.12 發布
FST fast-serialization 是重新實現的 Java 快速對象序列化的開發包。序列化速度更快(2-10倍)、體積更小,而且兼容 JDK 原生的序列化。要求 JDK 1.7 支持。
FST 2.12 發布了,改進記錄包括:
did some optimization to get 2.x performance closer to 1.x
added (optional) off heap configuration using unsafe to read/write values
added simple api (see DefaultCoder) to directly serialize from/to byte arrays without the need for streams
added possibility to directly serialize from/to offheap memory (long adr) zero copy (see OffHeapCoder, OnHeapCoder).
added Long2Object Offheap hashmap
fixed bug in offheap map
</ul>
下載地址:https://github.com/RuedigerMoeller/fast-serialization/releases/download/v2.12/fst-2.12.zip
來自:http://www.oschina.net/news/57088/fst-2-12
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!