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

Cache native symbols #132

Merged
merged 1 commit into from
Jul 13, 2019
Merged

Cache native symbols #132

merged 1 commit into from
Jul 13, 2019

Conversation

benfred
Copy link
Owner

@benfred benfred commented Jul 13, 2019

Symbolication is one of the more expensive operations we're doing with native
extensions. Add a small LRU cache of frequently accesesed symbols to help
speed this up.

Symbolication is one of the more expensive operations we're doing with native
extensions. Add a small LRU cache of frequently accesesed symbols to help
speed this up.
@benfred benfred merged commit 79f6660 into master Jul 13, 2019
@benfred benfred deleted the cache_symbols branch July 13, 2019 22:59
@benfred benfred mentioned this pull request Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant