Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Symbol cache with a thread-safe HashMap #71

Closed
lopopolo opened this issue Aug 2, 2019 · 1 comment · Fixed by #730
Closed

Implement Symbol cache with a thread-safe HashMap #71

lopopolo opened this issue Aug 2, 2019 · 1 comment · Fixed by #730
Labels
A-deps Area: Source and library dependencies. A-parallelism Area: Multi-threading and true parallelism at an interpreter level. A-vm Area: Interpreter VM implementations.

Comments

@lopopolo
Copy link
Member

lopopolo commented Aug 2, 2019

Ideally lock-free. chashmap is one possible crate we could use.

@lopopolo lopopolo added this to the Multi-Threading milestone Aug 2, 2019
@lopopolo lopopolo added A-parallelism Area: Multi-threading and true parallelism at an interpreter level. A-vm Area: Interpreter VM implementations. A-deps Area: Source and library dependencies. labels Aug 5, 2019
@lopopolo lopopolo removed this from the Multi-Threading milestone Aug 6, 2019
@lopopolo
Copy link
Member Author

lopopolo commented Aug 8, 2020

This ticket ended up being fulfilled by https://crates.io/crates/intaglio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Source and library dependencies. A-parallelism Area: Multi-threading and true parallelism at an interpreter level. A-vm Area: Interpreter VM implementations.
Development

Successfully merging a pull request may close this issue.

1 participant