You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!