Skip to content

Releases: shengyanli1982/law

v0.1.17

05 Dec 07:59
513d7af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.16...v0.1.17

v0.1.16

19 Jun 09:10
2684bd7
Compare
Choose a tag to compare

What's Changed

  • Optimize code structure to add Node object pool to LockFree CAS Queue. by @shengyanli1982 in #33

Full Changelog: v0.1.15...v0.1.16

v0.1.15

30 Apr 10:04
d94731f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.14...v0.1.15

v0.1.14

28 Apr 08:18
ec49b53
Compare
Choose a tag to compare

What's Changed

  • Fix logic bugs, reduce unnecessary interfaces, remove redundant code, and improve overall performance. by @shengyanli1982 in #30

Full Changelog: v0.1.13...v0.1.14

v0.1.13

18 Apr 06:50
ddb72f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

Optimized code to open custom Settings for the underlying Queue interface

14 Apr 13:10
c4fb55f
Compare
Choose a tag to compare

What's Changed

  • Optimized code to open custom Settings for the underlying Queue interface by @shengyanli1982 in #22

Full Changelog: v0.1.11...v0.1.12

Fixed a serious bug where the first few bytes were randomly lost

12 Apr 12:43
1f31e78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.11

Added workflow to Github and modified the README file

11 Apr 05:37
d1fab9b
Compare
Choose a tag to compare
  1. Abandon the original cache architecture of LockFreeStack and use sync.Pool
  2. Fix the situation where the LAW may be stuck for a long time.
  3. Added workflow on Github and updated README

Fixed a Bug that could not be closed normally after being idle for a long time.

18 Mar 16:21
5ca1728
Compare
Choose a tag to compare
Merge pull request #11 from shengyanli1982/dev

Fixed a Bug that could not be closed normally after being idle for a long time.

Optimize code, test cases and README

17 Mar 05:25
3fe8697
Compare
Choose a tag to compare
Merge pull request #10 from shengyanli1982/dev

Optimize code, test cases and README