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

some optimizations for Array{Symbol} #41575

Merged
merged 1 commit into from
Jul 21, 2021
Merged

some optimizations for Array{Symbol} #41575

merged 1 commit into from
Jul 21, 2021

Conversation

JeffBezanson
Copy link
Member

  • skip GC marking
  • skip recursion in summarysize

- skip GC marking
- skip recursion in `summarysize`
@JeffBezanson JeffBezanson added the performance Must go faster label Jul 14, 2021
@oscardssmith
Copy link
Member

Nice change! How much of a difference does it make?

@KristofferC
Copy link
Member

#40840 (comment) has a benchmark you can try.

@JeffBezanson JeffBezanson merged commit e5ce472 into master Jul 21, 2021
@JeffBezanson JeffBezanson deleted the jb/symarray branch July 21, 2021 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Must go faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants