Skip to content

provide a new efficient implementation of thread-local storage #18004

Closed
@thestinger

Description

@thestinger

It should be a thin layer on top of #[thread_local] where supported. It can provide an unsafe low-level API and then implement Cell and RefCell semantics on top of that for the safe API.

Metadata

Metadata

Assignees

Labels

C-enhancementCategory: An issue proposing an enhancement or a PR with one.I-slowIssue: Problems and improvements with respect to performance of generated code.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions