Performance penalty using anonymous function in Julia

前端 未结 3 673
北荒
北荒 2021-01-05 13:09

I have noticed that there is a performance penalty associated with using anonymous functions in Julia. To illustrate I have two implementations of quicksort (taken from the

3条回答
  •  [愿得一人]
    2021-01-05 13:39

    It's a problem and will be fixed with an upcoming type system overhaul.

    Update: This has now been fixed in the 0.5 version of Julia.

提交回复
热议问题