Julia Programming Language
Some notes on performance of callable structs
General Usage
Performance
danielwe
December 29, 2023, 5:00pm
11
See also this issue and discourse thread about the same observation:
performance penalty with >(Int(1)) in sum(>(1), array) · Issue #49696 · JuliaLang/julia · GitHub
Performance penalty of `>(1)` vs `x -> x >1`?
1 Like
show post in topic