DBScholar

Back to papers

Concurrent Set Manipulation Without Locking

Summary: Lock-free concurrent set algorithm supporting insert/delete/member using only single-location atomic read-modify-write operations, no locks and no aborts. Provides order-preserving serializability via weaker conditions than prior approaches, enabling higher concurrency with simpler primitives. (summarized by gpt-5-mini on Feb 09 2026)

Paper ID
830
Venue
PODS
Year
1988
Pagerank
5.093636e-05
Overall Rank
13,147 | 9.80%
DOI
10.1145/308386.308442

Incoming Non-self Citations Over Time

No non-self incoming citations found for this paper in this database.

Authors

BibTeX Citation

@inproceedings{lanin_pods88,
        address = {New York, NY, USA},
        series = {{PODS} '88},
        title = {{CONCURRENT SET MANIPULATION WITHOUT LOCKING}},
        url = {https://dl.acm.org/doi/10.1145/308386.308442},
        doi = {10.1145/308386.308442},
        booktitle = {Proceedings of the {ACM} {SIGMOD} Symposium on {Principles} of {Database} {Systems}},
        publisher = {Association for Computing Machinery},
        author = {Lanin, Vladimir and Shasha, Dennis},
        year = {1988}
}

Incoming Citations (Sorted by Pagerank)

Showing 0 of 0 citing papers.

Rank Citing Paper Year Venue Pagerank
Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 8 of 8 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Previous Page 1 / 1 Next

Semantically Similar Papers