Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
start [2010/11/10 10:48] transactions |
start [2010/11/10 10:51] (current) transactions |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | |||
| + | |||
| ===== Transactional Memory − A Short Introduction ===== | ===== Transactional Memory − A Short Introduction ===== | ||
| Line 15: | Line 17: | ||
| large body of work dedicated towards implementing the paradigm and | large body of work dedicated towards implementing the paradigm and | ||
| exploring its limitations. | exploring its limitations. | ||
| + | |||
| + | == How Good is a Transactional Memory Implementation? == | ||
| + | |||
| + | We evaluate transactional memory (TM) implementations, both on theoretical and | ||
| + | experimental ground. We ask: | ||
| + | |||
| + | * What are the inherent limitations and trade-offs of transactional memory, | ||
| + | * How expensive are some of the guarantees a TM implementation may provide, and | ||
| + | * Which algorithms/frameworks perform best. | ||