Concurrent Data Structures
cs.tau.ac.il
Concurrent Data Structures
1–7 of 7 posts
Re: Concurrent Data Structures
#2Re: Concurrent Data Structures
#3Re: Concurrent Data Structures
#4Very nice paper; it seems to cover datastructures used for several different algorithms. I've only glanced at it so far, as it is quite long. I noticed in 1.1.5 "Correctness" that it discusses equivalency of locking, sequential non-locking and combining tree methods. This is the bread and butter that I'm personally looking for, but it appears that the paper doesn't do any more than just mention methods that are used…
For correctness proving, you may look for example in http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.101... . It is constrained to π-calculus though.
Re: Concurrent Data Structures
#5Re: Concurrent Data Structures
#6Re: Concurrent Data Structures
#7Very nice paper; it seems to cover datastructures used for several different algorithms. I've only glanced at it so far, as it is quite long. I noticed in 1.1.5 "Correctness" that it discusses equivalency of locking, sequential non-locking and combining tree methods. This is the bread and butter that I'm personally looking for, but it appears that the paper doesn't do any more than just mention methods that are used…
This article is indeed very interesting. I've read somewhere that there's a more recent, extended version of it available via the ACM Digital Library. For correctness proving, you may look for example in http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.101... . It is constrained to π-calculus though.