The latest version of ttrie is 0.1.2.2-0.

ttrie

Version 0.1.2 revision 2 uploaded by MichaelSchroeder.

Package meta

Synopsis
Contention-free STM hash map
Description

A contention-free STM hash map. "Contention-free" means that the map will never cause spurious conflicts. A transaction operating on the map will only ever have to retry if another transaction is operating on the same key at the same time.

This is an implementation of the transactional trie, which is basically a lock-free concurrent hash trie lifted into STM. For a detailed discussion, including an evaluation of its performance, see Chapter 3 of my master's thesis.

Author
Michael Schröder
Bug reports
http://github.com/mcschroeder/ttrie/issues
Category
Concurrency
Copyright
(c) 2014-2015 Michael Schröder
Homepage
http://github.com/mcschroeder/ttrie
Maintainer
mc.schroeder@gmail.com
Package URL
n/a
Stability
n/a

Components