|
|
Subscribe / Log in / New account

An introduction to the Julia language, part 1

An introduction to the Julia language, part 1

Posted Sep 3, 2018 15:31 UTC (Mon) by leephillips (subscriber, #100450)
In reply to: An introduction to the Julia language, part 1 by anselm
Parent article: An introduction to the Julia language, part 1

Yes, if your calculation is such that you can take advantage of these libraries, you will get the performance of C or Fortran, with, for many routines, automatic parallelization. But, as I said in the article, "you can only take advantage of this if your calculation fits the pattern of an available routine". What Julia offers is fast performance not only for standard manipulations, such as matrix multiplication, but for calculations that do not fit one of these molds, for which you would need to write loops over arrays or other data structures.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds