内容简介:Infinispan 9.2.0.Final 已发布,命名为 "Gaina" 。该版本包含大量改进和修复,其中 Core 改进部分如下:
Infinispan 9.2.0.Final 已发布,命名为 "Gaina" 。
该版本包含大量改进和修复,其中 Core 改进部分如下:
-
Conflict resolution
Automatic conflict resolution after a partition merge is now supported for all partition handling strategies and is enabled by default. Furthermore, it is now possible to deploy custom EntryMergePolicy implementations to the server
-
Reactive streams-based distributed Iteration improvements
Distributed iterator now uses less threads and allows for efficient parallel retrieval providing for improved throughput
-
Biased reads for scattered caches
Originator can read the ‘backup’ copy locally until the data gets overwritten again. Together with improved read performance this migrates data to nodes that use it.
-
Off-heap sizing
Off-heap requires less overhead per entry and provides for more accurate sizing allowing you to maximize your memory used
-
Exception based eviction
A new "eviction" that instead of removing old entries prevents new entries being inserted (supported by all memory storage and eviction types)
下载地址:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Unity Shader入门精要
冯乐乐 / 人民邮电出版社 / 2016-5-1 / CNY 69.00
本书不仅要教会读者如何使用Unity Shader,更重要的是要帮助读者学习Unity中的一些渲染机制以及如何使用Unity Shader实现各种自定义的渲染效果,希望这本书可以为读者打开一扇新的大门,让读者离制作心目中杰出游戏的心愿更近一步。 本书的主要内容为:第1章讲解了学习Unity Shader应该从哪里着手;第2章讲解了现代GPU是如何实现整个渲染流水线的,这对理解Shader的工......一起来看看 《Unity Shader入门精要》 这本书的介绍吧!