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
Related topics
Topic
Replies
Views
Activity
Type system abuse, advisability of
New to Julia
question
,
type
,
parametric-types
17
926
August 31, 2023
State of closures, Fix1/Fix2
Performance
16
991
June 6, 2025
On the performance of function calls that depends on a variable
Performance
metaprogramming
12
953
February 24, 2021
Best practice for storing functions in a struct
General Usage
31
9737
February 4, 2021
Why is functor slower than eval'ed function?
Performance
performance
,
functors
8
771
July 29, 2020