Skip to content

Releases: shengyanli1982/law

Optimize the content of README and code

06 Mar 05:11
4ce871e
Compare
Choose a tag to compare
Merge pull request #9 from shengyanli1982/dev

Optimize the content of README and code

Improved code remarks and optimized GC optimization of the pop-up node in Queue

02 Feb 06:14
ab4a6a9
Compare
Choose a tag to compare
  1. Improved code remarks
  2. Optimized GC optimization of the pop-up node in Queue

Redesign code structure, optimize overall performance, and interface forward compatibility.

02 Feb 05:45
b3bb29f
Compare
Choose a tag to compare

Provides more than 4x performance commissions, compatible with previous call interfaces.

  1. Redesign the code architecture to maintain the original double buffering and reduce unnecessary Goroutine.
  2. Replace the deque with a single necklace watch without lock.
  3. Abandon sync.Pool and redesign the ultra-small object buffer pool.
  4. Run poller with a single Goroutine to reduce unnecessary sync.Mutex calls.

Fixed buffio bugs and update queue implementation

25 Dec 02:34
601acc5
Compare
Choose a tag to compare

Fixed buffio bugs and update queue implementation

Fixed the bufferIoWriterRefresh generation not updating timers

19 Dec 15:39
11b841b
Compare
Choose a tag to compare

Fixed the bufferIoWriterRefresh generation not updating timers

Fix bugs and optimize code and documentation

16 Dec 06:09
3e7bec6
Compare
Choose a tag to compare
Merge pull request #1 from shengyanli1982/dev

完成代码编写和文档设计