Skip to content

safe한 lifetime-less linked list #443

@travis1829

Description

@travis1829

intrusive linked list는 특이하게도 list가 node를 own하지 않으므로, node가 언제 mutate/drop될지를 알 수 없습니다.
그러므로, intrusive linked list를 safe하게 쓰기 위해서는 dynamic check이 필요할 것으로 보이며,
특히, StaticRefCell이 도움이 될 것으로 보입니다.

dynamic check을 최소한으로만 사용하는 safe한 linked list를 구상해보았습니다. #443 (comment)

다만, 이 부분은 #450 이 해결된 후 해결하는게 좋을 것 같습니다.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions