Publication | Closed Access
Transactional data structure libraries
45
Citations
33
References
2016
Year
Unknown Venue
EngineeringComputer ArchitectureTransactional SystemTransaction ProcessingConcurrency ControlData ScienceConcurrent Data StructuresManagementData IntegrationParallel ComputingData ManagementSuch TransactionsComputer ScienceData Structure OperationsTransactional ApplicationFormal MethodsParallel ProgrammingConcurrent Data StructureSystem SoftwareTransactional MemoryData Modeling
We introduce transactions into libraries of concurrent data structures; such transactions can be used to ensure atomicity of sequences of data structure operations. By focusing on transactional access to a well-defined set of data structure operations, we strike a balance between the ease-of-programming of transactions and the efficiency of custom-tailored data structures. We exemplify this concept by designing and implementing a library supporting transactions on any number of maps, sets (implemented as skiplists), and queues. Our library offers efficient and scalable transactions, which are an order of magnitude faster than state-of-the-art transactional memory toolkits. Moreover, our approach treats stand-alone data structure operations (like put and enqueue) as first class citizens, and allows them to execute with virtually no overhead, at the speed of the original data structure library.
| Year | Citations | |
|---|---|---|
Page 1
Page 1