Releases: engineering87/stmsharp
Releases · engineering87/stmsharp
Release v1.1.0
This version introduces significant improvements in contention management within the STM engine
Release v1.0.0
First Release of STMSharp
STMSharp is a .NET library that enables lock-free synchronization using Software Transactional Memory (STM).
It offers an efficient and safe approach to handling concurrent operations without the traditional overhead of locks.
Key Features
- Lock-Free Synchronization:
Manage concurrency effectively without the performance penalties of locking. - Software Transactional Memory:
Utilize STM for atomic memory transactions, simplifying complex synchronization challenges.