julia
e4dc9d35
- precompile: fix performance issues with IO (#56370)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
precompile: fix performance issues with IO (#56370) The string API here rapidly becomes unusably slow if dumping much debug output during precompile. Fix the design here to use an intermediate IO instead to prevent that.
References
#56370 - precompile: fix performance issues with IO
Author
vtjnash
Parents
e3d5aa38
Loading