julia
b199eaba - types: improve insertion and lookup performance

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.
Author
Committer
Parents
Loading