Y
Hacker News
new
|
ask
|
show
|
jobs
by
dietrichepp
1415 days ago
You can typically insert into a skiplist in parallel with better performance than inserting into a balanced BST in parallel. So you may prefer a skiplist for concurrent write-heavy loads.