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
Unrecommended style of programming in Julia for type stability?
General Usage
type-stability
17
2216
December 12, 2017
Optimising function with const instead of struct?
Performance
9
761
July 7, 2018
On the performance of function calls that depends on a variable
Performance
metaprogramming
12
970
February 24, 2021
Why is functor slower than eval'ed function?
Performance
performance
,
functors
8
791
July 29, 2020
Best practice for storing functions in a struct
General Usage
31
9810
February 4, 2021