@article{Kulakowski2014acve,

Abstract = {Increasing demand for computationally efficient algorithms and processors has turned the attention of researchers toward parallel and concurrent solutions. Because the frequency of contemporary processors cannot be tweaked infinitely, the only hopes for squeezing more performance from computers are parallel processing and parallel computation. The important part of every parallel solution is concurrent data structures, which allow multithread programming environments to be taken advantage of. In this article, a new concurrent dynamic set structure is proposed. It is based on the van Emde Boas trees concept, where on every node of a tree, an array of the node's children is stored. The structure is equipped with a simple but effective locking algorithm, which allows it to be used concurrently by any number of threads. The presented algorithm idea is accompanied by an experimental implementation written in JAVA 6. Preliminary tests prove that, especially for moderately larger data sets with a predominance of read operations, the concurrent van Emde Boas array proposed in this article may be a viable alternative for other structures providing a similar functionality. Copyright {\copyright} 2013 John Wiley & Sons, Ltd.},
Author = {Ku{\l}akowski, K.},
Date-Added = {2014-05-22 16:54:16 +0000},
Date-Modified = {2015-09-28 16:57:46 +0000},
Doi = {10.1002/cpe.2995},
If2014 = {0.997},
Issn = {1532-0634},
Journal = {Concurrency and Computation: Practice and Experience},
Keywords = {concurrent objects, concurrent programming},
Mnisw = {25},
Number = {2},
Pages = {360--379},
Title = {{A concurrent van Emde Boas array as a fast and simple concurrent dynamic set alternative}},
Url = {http://dx.doi.org/10.1002/cpe.2995},
Volume = {26},
Year = {2014},
Bdsk-Url-1 = {http://dx.doi.org/10.1002/cpe.2995}}
  • user/konrad/research/concurrency/bibtex/kulakowski2014acve.txt