You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add `CosIdModShardingAlgorithm`
add `ExactCollection` to improve `CosIdShardingAlgorithm` performance and memory utilization
add `ModShardingAlgorithmBenchmark` for `CosIdModShardingAlgorithm` VS `org.apache.shardingsphere.sharding.algorithm.sharding.mod.ModShardingAlgorithm`
- performance:Use `AtomicLongFieldUpdater` to replace `AtomicLong` to…
… reduce the memory allocation of new objects.
- fix typo
- optimize:`CacheClock` supports responding to interrupt signals