Could type ambiguity based on `Union` of concrete types be eliminated?
|
|
4
|
255
|
March 4, 2025
|
Extending type functionality in Python and Julia
|
|
7
|
279
|
November 6, 2024
|
Coding different iterations over a dataset
|
|
3
|
70
|
September 22, 2024
|
Understanding multiple dispatch
|
|
31
|
12843
|
August 21, 2024
|
Naming macro and function the same
|
|
7
|
139
|
August 9, 2024
|
Claim (false): Julia isn't multiple dispatch but overloading
|
|
135
|
13917
|
May 20, 2024
|
Technical term for "operator inference" related to multiple dispatch
|
|
5
|
196
|
May 10, 2024
|
Refactoring Julia Modules for Shape Representation and Canvas Drawing
|
|
1
|
115
|
May 10, 2024
|
This function seems to allocate memory only if the argument types are not annotated in the definition
|
|
5
|
257
|
February 14, 2024
|
Any way to multiple dispatch on functions?`
|
|
7
|
350
|
December 8, 2023
|
Define multiple methods or one method with union types?
|
|
4
|
421
|
July 17, 2023
|
Add method with different arguments to existing function?
|
|
6
|
436
|
March 31, 2023
|
Best way to select implementation based on runtime argument? (dispatch vs. control flow)
|
|
10
|
986
|
March 6, 2023
|
Type Inference
|
|
6
|
428
|
November 25, 2022
|
Parameterize all types excluding a certain type
|
|
6
|
459
|
November 2, 2022
|
Find where a specific method gets called
|
|
2
|
376
|
October 21, 2022
|
Methods imported from submodules are overwritten, not extended
|
|
3
|
394
|
September 30, 2022
|
Using Multiple Dispatch with Keyword Arguments
|
|
4
|
1791
|
September 16, 2022
|
Article about Multiple Dispatch
|
|
7
|
2009
|
August 12, 2022
|
Can DataFrames be distinguished by type?
|
|
1
|
327
|
August 7, 2022
|
[ANN] Virtual.jl: optimizing dynamic calls away through "virtual" multiple dispatch
|
|
14
|
1712
|
July 19, 2022
|
If mutiple dispatch is done at compile time, wouldn't that make things faster?
|
|
3
|
522
|
May 23, 2022
|
Dispatch on lambda functions
|
|
5
|
637
|
April 26, 2022
|
When not to use Multiple Dispatch?
|
|
6
|
896
|
March 31, 2022
|
Dispatch on enum
|
|
7
|
2500
|
March 4, 2022
|
Best practice to support multiple implementations
|
|
16
|
1406
|
January 14, 2022
|
Set default tolerance for isapprox()
|
|
6
|
639
|
January 10, 2022
|
New dispatch for isless() does not work
|
|
2
|
631
|
January 4, 2022
|
Performance benefits of multiple dispatch
|
|
20
|
2552
|
December 19, 2021
|
Classes in Julia
|
|
13
|
50839
|
November 20, 2021
|