Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@daniel-hutao daniel-hutao released this 20 Jul 11:32
· 3 commits to main since this release

Release v0.1.0

I'm excited to announce the first release of the SpinLock project, v0.1.0!

New Features

  • Implemented a high-performance spin lock in Go, offering superior speed and efficiency over traditional Mutex under high contention scenarios.
  • Added comprehensive tests to ensure the correctness and performance of the SpinLock.
  • Integrated with GitHub Actions for continuous integration, automatically building and testing the project on every push and pull request.

Performance

The benchmarks show that the SpinLock performs significantly better than the standard Mutex in Go, especially under high contention scenarios. For more details, please refer to the Performance Testing section in the README.

Others

Please report any issues on the GitHub page.