Define multiple methods or one method with union types?
|
|
4
|
204
|
July 17, 2023
|
Add method with different arguments to existing function?
|
|
6
|
263
|
March 31, 2023
|
Best way to select implementation based on runtime argument? (dispatch vs. control flow)
|
|
10
|
520
|
March 6, 2023
|
Type Inference
|
|
6
|
312
|
November 25, 2022
|
Parameterize all types excluding a certain type
|
|
6
|
225
|
November 2, 2022
|
Find where a specific method gets called
|
|
2
|
200
|
October 21, 2022
|
Methods imported from submodules are overwritten, not extended
|
|
3
|
216
|
September 30, 2022
|
Claim (false): Julia isn't multiple dispatch but overloading
|
|
132
|
10886
|
September 23, 2022
|
Using Multiple Dispatch with Keyword Arguments
|
|
4
|
657
|
September 16, 2022
|
Article about Multiple Dispatch
|
|
7
|
1288
|
August 12, 2022
|
Can DataFrames be distinguished by type?
|
|
1
|
217
|
August 7, 2022
|
[ANN] Virtual.jl: optimizing dynamic calls away through "virtual" multiple dispatch
|
|
14
|
1160
|
July 19, 2022
|
If mutiple dispatch is done at compile time, wouldn't that make things faster?
|
|
3
|
387
|
May 23, 2022
|
Dispatch on lambda functions
|
|
5
|
339
|
April 26, 2022
|
When not to use Multiple Dispatch?
|
|
6
|
535
|
March 31, 2022
|
Dispatch on enum
|
|
7
|
1365
|
March 4, 2022
|
Understanding multiple dispatch
|
|
30
|
5826
|
February 21, 2022
|
Best practice to support multiple implementations
|
|
16
|
929
|
January 14, 2022
|
Set default tolerance for isapprox()
|
|
6
|
364
|
January 10, 2022
|
New dispatch for isless() does not work
|
|
2
|
404
|
January 4, 2022
|
Performance benefits of multiple dispatch
|
|
20
|
1601
|
December 19, 2021
|
Classes in Julia
|
|
13
|
40633
|
November 20, 2021
|
Shouldn't this throw an error?
|
|
2
|
460
|
September 29, 2021
|
(Not) Giving up on dispatch
|
|
23
|
1491
|
August 30, 2021
|
Omitting type parameters on dispatch: accepted or implementation detail?
|
|
2
|
434
|
July 30, 2021
|
For Julia programmers who also work with Rust: When you write in Rust, do you miss Julia's multiple dispatch, or are there features of Rust that make up for that loss?
|
|
4
|
1403
|
May 28, 2021
|
Revisiting Rock, Paper, Scissors
|
|
5
|
693
|
May 1, 2021
|
Unitful dispatch
|
|
13
|
767
|
November 3, 2020
|
Is multiple dispatch the same as function overloading?
|
|
19
|
20740
|
May 25, 2020
|
Trying to understand optimization via multiple dispatch and type stability
|
|
5
|
828
|
December 8, 2019
|