Could type ambiguity based on `Union` of concrete types be eliminated?
|
|
4
|
228
|
March 4, 2025
|
Extending type functionality in Python and Julia
|
|
7
|
231
|
November 6, 2024
|
Coding different iterations over a dataset
|
|
3
|
58
|
September 22, 2024
|
Understanding multiple dispatch
|
|
31
|
11626
|
August 21, 2024
|
Naming macro and function the same
|
|
7
|
103
|
August 9, 2024
|
Claim (false): Julia isn't multiple dispatch but overloading
|
|
135
|
13343
|
May 20, 2024
|
Technical term for "operator inference" related to multiple dispatch
|
|
5
|
182
|
May 10, 2024
|
Refactoring Julia Modules for Shape Representation and Canvas Drawing
|
|
1
|
107
|
May 10, 2024
|
This function seems to allocate memory only if the argument types are not annotated in the definition
|
|
5
|
236
|
February 14, 2024
|
Any way to multiple dispatch on functions?`
|
|
7
|
327
|
December 8, 2023
|
Define multiple methods or one method with union types?
|
|
4
|
382
|
July 17, 2023
|
Add method with different arguments to existing function?
|
|
6
|
418
|
March 31, 2023
|
Best way to select implementation based on runtime argument? (dispatch vs. control flow)
|
|
10
|
937
|
March 6, 2023
|
Type Inference
|
|
6
|
403
|
November 25, 2022
|
Parameterize all types excluding a certain type
|
|
6
|
425
|
November 2, 2022
|
Find where a specific method gets called
|
|
2
|
359
|
October 21, 2022
|
Methods imported from submodules are overwritten, not extended
|
|
3
|
387
|
September 30, 2022
|
Using Multiple Dispatch with Keyword Arguments
|
|
4
|
1660
|
September 16, 2022
|
Article about Multiple Dispatch
|
|
7
|
1944
|
August 12, 2022
|
Can DataFrames be distinguished by type?
|
|
1
|
311
|
August 7, 2022
|
[ANN] Virtual.jl: optimizing dynamic calls away through "virtual" multiple dispatch
|
|
14
|
1662
|
July 19, 2022
|
If mutiple dispatch is done at compile time, wouldn't that make things faster?
|
|
3
|
500
|
May 23, 2022
|
Dispatch on lambda functions
|
|
5
|
603
|
April 26, 2022
|
When not to use Multiple Dispatch?
|
|
6
|
853
|
March 31, 2022
|
Dispatch on enum
|
|
7
|
2357
|
March 4, 2022
|
Best practice to support multiple implementations
|
|
16
|
1340
|
January 14, 2022
|
Set default tolerance for isapprox()
|
|
6
|
620
|
January 10, 2022
|
New dispatch for isless() does not work
|
|
2
|
610
|
January 4, 2022
|
Performance benefits of multiple dispatch
|
|
20
|
2439
|
December 19, 2021
|
Classes in Julia
|
|
13
|
49605
|
November 20, 2021
|