ListarAC - Contribuciones a congresos científicos por tema "Hardware transactional memory"
Mostrando ítems 1-5 de 5
-
Interval Filter: A Locality-Aware Alternative to Bloom Filters for Hardware Membership Queries by Interval Classification.
(Springer, 2010)Bloom filters are data structures that can efficiently represent a set of elements providing operations of insertion and membership testing. Nevertheless, these filters may yield false positive results when testing for ... -
Multiset Signatures for Transactional Memory
(ACM, 2011)Transactional Memory (TM) systems must record the memory locations read and written (read and write sets) by concurrent transactions in order to detect conflicts. Some TM implementations use signatures for this purpose, ... -
Scalability Analysis of Signatures in Transactional Memory Systems
(2014-10-29)Signatures have been proposed in transactional memory systems to represent read and write sets and to decouple transaction conflict detection from private caches or to accelerate it. Generally, signatures are implemented ... -
TMbarrier: speculative barriers using hardware transactional memory
(2018-11-15)Barrier is a very common synchronization method used in parallel programming. Barriers are used typically to enforce a partial thread execution order, since there may be dependences between code sections before and after ... -
Unified Locality-Sensitive Signatures for Transactional Memory
(Springer, 2011)Transactional memory systems coordinate the execution of concurrent transactions by committing non-conflicting ones. Transaction conflicts are detected by recording on-the-fly the memory locations issued by the threads. ...