RSS 1 project tagged "LGPL (with lisp clarifications)"

Download Website Updated 16 May 2013 STMX

Screenshot
Pop 66.51
Vit 1.55

STMX is a high-performance Common Lisp library for composable Software Transactional Memory (STM), 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 is committed. If it signals an error, it is rolled back. 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 committed. This gives freedom from deadlocks, automatic rollback on failure, and aims to resolve the tension between granularity and concurrency.

Screenshot

Project Spotlight

termcam

Recording of videos from console applications.

Screenshot

Project Spotlight

Biomechanical ToolKit

Tools to visualize and process biomechanical data without manufacturer restrictions.