Name : ghc-ttrie
| |
Version : 0.1.2.1
| Vendor : openSUSE
|
Release : bp150.1.3
| Date : 2018-07-30 20:42:18
|
Group : Development/Libraries/Haskell
| Source RPM : ghc-ttrie-0.1.2.1-bp150.1.3.src.rpm
|
Size : 0.13 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : 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 4 of < https://github.com/mcschroeder/thesis my master\'s thesis>.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64 |