← Back to VOLUME 8, ISSUE 4, APRIL 2019
This work is licensed under a Creative Commons Attribution 4.0 International License.
Eliminate a Parallelization Technique to Implement Expandable Lock-Free Deques
Archana Srivastava
DOI: 10.17148/IJARCCE.2019.8440
Abstract:
The data Structures used in concurrent systems need to be modified. Modifications of shared data structures are done in several steps. If these steps are interleaved with modifications from other tasks, this can result in inconsistency of the data structure. Therefore the data structure needs to be protected from other tasks modifying it while the operation is executing. This can either be done using mutual exclusion or non-blocking methods. The focus of this paper is to give a review on efficient and practical non-blocking implementations of shared data structure and suggest alternative scheme in this direction.Keywords:
Β Concurrency, Lock-Free Deques, Non-Blocking, Memory Management, Compare and Swap, Eliminationπ 15 views
How to Cite:
[1] Archana Srivastava, βEliminate a Parallelization Technique to Implement Expandable Lock-Free Deques,β International Journal of Advanced Research in Computer and Communication Engineering (IJARCCE), DOI: 10.17148/IJARCCE.2019.8440
