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
State of closures, Fix1/Fix2
Performance
13
592
September 6, 2024
Why is closure slower than handmade callable struct?
Performance
struct
,
closure
4
596
May 2, 2022
Tuples of closures
Performance
tuple
,
closure
5
581
June 21, 2019
Should closures be avoided?
General Usage
question
,
closure
15
1673
March 18, 2023
[SOLVED] 37x performance hit when wrapping Refs. Any solution?
Performance
2
459
May 20, 2021