|
|
|
|
|
by adgjlsfhk1
1801 days ago
|
|
The key thing that resolves this is that for type stable code, Julia doesn't do dispatch at runtime. For most real world problems, Julia will know all the methods at compile-time, and therefore doesn't chase pointers at all. |
|