-
Notifications
You must be signed in to change notification settings - Fork 0
AntonioL/wait-free-union-find
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# Wait-Free Union Find This is a my own implementation of a bounded wait-free concurrent union-find data structure. The implementation follows the paper [1]. It is implemented in Scala to avoid the verbosity of the Java programming language. ## References [1] Anderson, Richard J., and Heather Woll. "Wait-free parallel algorithms for the union-find problem." Proceedings of the twenty-third annual ACM symposium on Theory of computing. ACM, 1991.
About
Implementation of a bounded wait-free union find concurrent data structure.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published