Skip to content

Releases: Chris2018998/stone

stone-1.1.3

26 Aug 13:54
ff9adfa
Compare
Choose a tag to compare

1: synchronizer performance optimization[concurrent ]

stone-1.1.2

23 Aug 11:56
083769d
Compare
Choose a tag to compare

1: add more methods to ReentrantReadWriteLock
2: config-item: holdTimeout support negative number(disable holdTimeout )[beecp beeop]

stone-1.1.1

22 Aug 12:01
670d669
Compare
Choose a tag to compare

1: add new config item to sysVisitCofing avoid write lock starvation

stone-1.1.0

18 Aug 22:30
56f1874
Compare
Choose a tag to compare

1: optimize synchronized base pool
2: add Phaser and Exchanger to concurrent package
3: fix unlock issue of StampedLock

stone-1.0.10

09 Aug 14:02
d895ca1
Compare
Choose a tag to compare

1: remove Thread.yield from spin (beecp)
2: remove Thread.yield from spin (beeop)
3: remove Thread.yield from spin (shine-synchronizer-SignalWaitPool)
4: fix readLock/writeLock acquire failure bug(shine)

stone-1.0.9

08 Aug 23:59
43dd6d1
Compare
Choose a tag to compare

1: remove init state of wait node in result call pool (shine)

stone-1.0.8

08 Aug 23:42
f00a90b
Compare
Choose a tag to compare

1: optimize spin of getting connection(beecp)
2:optimize spin of getting object(beeop)
3:optimize spin of result call pool(shine)

stone-1.0.7

08 Aug 13:32
0b163c1
Compare
Choose a tag to compare

1: add stamp lock to synchronizer module
2: optimize spin in wait pools

stone-1.0.6

08 Aug 12:57
a0ac0d3
Compare
Choose a tag to compare

1: add task pool module(beetp)
2: rebuild synchronized module