- Julia High Performance
- Avik Sengupta
- 311字
- 2021-07-16 11:20:43
Chapter 1. Julia is Fast
In many ways, the history of programming languages has often been driven by, and certainly intertwined, with the needs of numerical and scientific computing. The first high-level programming language, Fortran, was created with scientific computing in mind, and continues to be important in the field even to this day. In recent years, the rise of data science as a specialty has brought additional focus to scientific computing, particularly for statistical uses. In this area, somewhat counterintuitively, both specialized languages such as R and general-purpose languages such as Python are in widespread use. The rise of Hadoop and Spark has spread the use of Java and Scala respectively among this community. In the midst of all this, Matlab has had a strong niche within engineering and communities, while Mathematica remains unparalleled for symbolic operations.
A new language for scientific computing therefore has a very high barrier to overcome. It's been only a few short years since the Julia language was introduced into the world. In this time, it's innovative features, which make it a dynamic language, based on multiple dispatch as its defining paradigm, has created growing niche within the numerical computing world. However, it's the claim of high performance that excited its early adopters the most.
This, then, is a book that celebrates writing high-performance programs. With Julia, this is not only possible, but also reasonably straightforward, within a low-overhead, dynamic language.
As a reader of this book, you have likely already written your first few Julia programs. We will assume that you have successfully installed Julia, and have a working programming environment available. We expect you are familiar with very basic Julia syntax, but we will discuss and review many of those concepts throughout the book as we introduce them.
- Julia – fast and dynamic
- Designed for speed
- How fast can Julia be?
- Spring Boot 2實戰之旅
- C語言程序設計習題解析與上機指導(第4版)
- Oracle Exadata性能優化
- Arduino開發實戰指南:LabVIEW卷
- Java加密與解密的藝術(第2版)
- MATLAB 2020 從入門到精通
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Java項目實戰精編
- Hands-On Natural Language Processing with Python
- UVM實戰
- 新一代SDN:VMware NSX 網絡原理與實踐
- Spring+Spring MVC+MyBatis從零開始學
- 零基礎學Python編程(少兒趣味版)
- Secret Recipes of the Python Ninja
- Greenplum構建實時數據倉庫實踐