julia
d913db40
- fix #33367, defining enums is slow (#33494)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
fix #33367, defining enums is slow (#33494) Each definition used a new closure and call to `ntuple`, which is not necessary since the code only runs at load time.
References
#33494 - fix #33367, defining enums is slow
Author
JeffBezanson
Parents
80dca30b
Loading