STMX is a high-performance Common Lisp library for composable Transactional Memory (TM), a concurrency control mechanism aimed at making concurrent programming easier to write and understand.

Instead of traditional lock-based programming, one programs with atomic memory transactions: if a memory transaction returns normally it gets committed, if instead it signals an error (Lisp slang for throwing an exception) it is rolled back.

Memory transactions can safely run in parallel in different threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and effects of a transaction are not visible from other threads until it commits.

STMX gives freedom from deadlocks, automatic rollback on failure, and it aims at resolving the tension between granularity and concurrency.

Project Activity

See All Activity >

Categories

Libraries

License

GNU Library or Lesser General Public License version 2.0 (LGPLv2)

Follow STMX

STMX Web Site

You Might Also Like
Powerful During Emergencies, Useful Every Day Icon
Powerful During Emergencies, Useful Every Day

Regroup connects you with the people you care about to keep them safe and informed – anytime, anywhere.

Regroup Mass Notification empowers better mass communication that keeps people safe and informed at all times. The company’s award-winning, cloud-based mass communication platform is what clients across North America and around the globe rely on to send both emergency and day-to-day communications to millions of people. By enabling one-click messaging to mobile devices, landlines, social media, email, websites, and more, Regroup Mass Notification helps organizations keep people safe, strengthen operational resilience, mitigate risk, and thrive in an increasingly unpredictable world.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of STMX!

Additional Project Details

Operating Systems

Solaris, Linux, OpenBSD, FreeBSD, NetBSD

Languages

English

Intended Audience

Developers, Architects

Programming Language

Common Lisp

Related Categories

Common Lisp Libraries

Registered

2013-05-03