julia
b199eaba
- types: improve insertion and lookup performance
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
types: improve insertion and lookup performance Currently, this uses an expensive tree lookup and requires a lock. Switching this to a hash function instead of a comparison allows us to make this much faster, especially for insertion.
References
#34919 - faster type allocation lookup
Author
vtjnash
Committer
vtjnash
Parents
0aa1d969
Loading