|
|
|
|
|
by dnautics
2861 days ago
|
|
Adding types in julia usually does not improve performance for function definitions... it may improve performance for collections (like specifying the type that an array collects), but usually julia is pretty darn good at correctly inferring the collection type |
|