Skip to content

Concurrent Link-Cut Trees. The first concurrent implementation of link-cut trees: 10x speedup!

License

Notifications You must be signed in to change notification settings

stoianmihail/Concurrent-Link-Cut-Trees

Repository files navigation

Concurrent Link-Cut Trees

Link-Cut Trees are considered unparallelizable. This is the first implementation of concurrent Link-Cut Trees, which achieves 10x speed-up for concurrent workloads.

Build

mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
./example

Examples

About

Concurrent Link-Cut Trees. The first concurrent implementation of link-cut trees: 10x speedup!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published