| Projects on Google Code | Results 1 - 10 of 16 |
This monetarily free code is supplied for the control of servo-based scanning tunneling microscopes(STM). One of the goals of the project is adaptability. Instrument/hardware specific code has been segregated into distinct modules to accommodate the various computer hardware configurations and appro...
Quick Stem provides a simple, fast, and lightweight Software Transactional
Memory (STM) API for Java. Programmers can wrap a value in a Stem,
and then via access to the Stem's get and set methods, ensure that all
access to the value is transactional.
Transactions can be start...
=Notice: This is the developers page for more details please go to Deuce Homepage=
=[http://www.deucestm.org]=
Deuce provides a runtime environment for Java Software Transactional Memory (STM).
* Deuce is a powerful open source java support for software transactional memory.
* Deu...
A Software Transactional Memory (STM) implemented in C#: Work with in-memory data structures in a transactional way like with database tables. Use implicit optimistic locking instead of explicit locks to synchronize concurrent access to shared data. Classes as well as value types can very easily be ...
We implement this paper:
Adaptive transactional scheduling for transactional memory system. by Richard M. Yoo and Hsien-Hsin S. Lee.
Multiverse is a Java 1.6+ based Software Transactional Memory (STM) framework that supports seamless integration with the Java language using annotations.
=== Multiverse and the Java language ====
Multiverse supports multiple programming models. The simplest model for Java code is based on POJ...
playground over balance project
Concurrent programming extensions to the [http://boo.codehaus.org/ boo programming language] exploring different approaches for concurrency: actors, STM, etc.
[http://pypi.python.org/pypi/Trellis Trellis] is a library by [http://dirtsimple.org/ Phillip J. Eby]. It's a unique and very useful take on event-driven programming, but it wasn't updated for a while which led to this fork. This fork is so different that it ended up being renamed _Reaction_.
_Fo...
Useful extensions, macros and attributes to the [http://boo.codehaus.org/ boo programming language].
Extensions provided by the project include object pattern matching, simpler definition for algebraic data type like structures, Parsing Expression Grammars, concurrency primitives exploring differ...