Metadata revisions for ttrie-0.1.2
Package maintainers and Hackage trustees are allowed to edit certain bits
of package metadata after a release, without uploading a new tarball.
Note that the tarball itself is never changed, just the metadata that is
stored separately. For more information about metadata revisions, please
refer to the
Hackage Metadata Revisions FAQ.
No. |
Time |
User |
SHA256 |
-r2 (ttrie-0.1.2-r2) |
2015-06-25T21:40:15Z |
MichaelSchroeder |
f517a1ee4ab2eeefe39ec336a793845f84333835c59c3e90f885dd0711f8fbc0
|
|
Changed description
from 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>.
to 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 <https://github.com/mcschroeder/thesis my master's thesis>.
|
-r1 (ttrie-0.1.2-r1) |
2015-05-30T17:11:20Z |
MichaelSchroeder |
60673b32699d1b010c285811c892a1aa7b8890733083c82148ecd033b4db1222
|
|
|
-r0 (ttrie-0.1.2-r0) |
2015-05-28T12:27:21Z |
MichaelSchroeder |
3b78bd217f4447dfe85bf9a6878ba4ff8556ee01602a9eb9717a77ad1bd2a10b
|
|
|