Julia High Performance. Design and develop high performing programs with Julia - Helion

Tytuł oryginału: Julia High Performance. Design and develop high performing programs with Julia
ISBN: 9781785887826
stron: 132, Format: ebook
Data wydania: 2016-04-26
Księgarnia: Helion
Cena książki: 109,00 zł
Julia is a high performance, high-level dynamic language designed to address the requirements of high-level numerical and scientific computing. Julia brings solutions to the complexities faced by developers while developing elegant and high performing code.
Julia High Performance will take you on a journey to understand the performance characteristics of your Julia programs, and enables you to utilize the promise of near C levels of performance in Julia.
You will learn to analyze and measure the performance of Julia code, understand how to avoid bottlenecks, and design your program for the highest possible performance. In this book, you will also see how Julia uses type information to achieve its performance goals, and how to use multuple dispatch to help the compiler to emit high performance machine code. Numbers and their arrays are obviously the key structures in scientific computing – you will see how Julia’s design makes them fast. The last chapter will give you a taste of Julia’s distributed computing capabilities.
Osoby które kupowały "Julia High Performance. Design and develop high performing programs with Julia", wybierały także:
- PLC i TIA Portal. Kurs video. Techniki programowania SIMATIC S7-1200 200,00 zł, (10,00 zł -95%)
- Google Cloud. Kurs video. Zostań administratorem systemów IT 142,86 zł, (10,00 zł -93%)
- Instalacja i konfiguracja baz danych. Kurs video. Przygotowanie do egzaminu 70-765 Provisioning SQL Databases 285,57 zł, (19,99 zł -93%)
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Excel w HR. Kurs video. Od teorii do praktyki 222,11 zł, (19,99 zł -91%)
Spis treści
Julia High Performance. Design and develop high performing programs with Julia eBook -- spis treści
- 1. Introduction : Julia is a fast language
- 2. Analysing Julia Performance
- 3. Type Inference and Type Stability
- 4. Making Fast Function Calls
- 5. Fast Numbers
- 6. Using Arrays
- 7. Beyond the single processor