Skip to content
gkorland edited this page Mar 31, 2013 · 2 revisions

Wikipedia: Deuce, derived from Latin, refers to the number two.

  • Deuce is a powerful open source java support for software transactional memory(STM).
  • Deuce lets you develop highly concurrent applications without worrying about concurrency.
  • Deuce allows you to write your application as if it was a single threaded application while in fact it runs many threads.
  • Deuce is an extensible framework, which allows developers to develop/extend their own STM algorithms.
Clone this wiki locally