Skip to content

Lock-based AVL tree에 관한 고민 #1

@codingskynet

Description

@codingskynet

기본적으로 https://stanford-ppl.github.io/website/papers/ppopp207-bronson.pdf 을 바탕으로 구현해보도록 한다.

구현 계획은 아래와 같다.

  1. crossbeam-utils에서 제공하는 SharedLock(Readers-Writer Lock)으로 RwLockAVLTree를 만들어 본다.
  2. 직접 SeqLock을 구현하여 optimistic하게 구현해본다.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions