目錄(58章)
倒序
- coverpage
- Julia High Performance
- Credits
- About the Author
- About the Reviewer
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. Julia is Fast
- Julia – fast and dynamic
- Designed for speed
- How fast can Julia be?
- Summary
- Chapter 2. Analyzing Julia Performance
- Timing Julia code
- The Julia profiler
- Analyzing memory allocation
- Statistically accurate benchmarking
- Summary
- Chapter 3. Types in Julia
- The Julia type system
- Type-stability
- Kernel methods
- Types in storage locations
- Summary
- Chapter 4. Functions and Macros – Structuring Julia Code for High Performance
- Using globals
- Inlining
- Closures and anonymous functions
- Using macros for performance
- Generated functions
- Summary
- Chapter 5. Fast Numbers
- Numbers in Julia
- Trading performance for accuracy
- Subnormal numbers
- Summary
- Chapter 6. Fast Arrays
- Array internals in Julia
- Bound checking
- Allocations and in-place operations
- Array views
- SIMD parallelization
- Yeppp!
- Writing generic library functions with arrays
- Summary
- Chapter 7. Beyond the Single Processor
- Parallelism in Julia
- Programming parallel tasks
- Shared arrays
- Summary
- Index 更新時間:2021-07-16 11:20:52
推薦閱讀
- Building Machine Learning Systems with Python(Second Edition)
- Learning Material Design
- Python Data Science Cookbook
- 深入淺出Go語言編程
- Python開發基礎
- Mastering VMware Horizon 7(Second Edition)
- HTML5移動Web開發
- 黑莓(BlackBerry)開發從入門到精通
- Android智能手機APP界面設計實戰教程
- ANSYS FLUENT 16.0超級學習手冊
- Managing Windows Servers with Chef
- 計算機應用基礎
- Natural Language Processing with Python Cookbook
- Java基礎案例教程(第2版)
- Flink原理深入與編程實戰:Scala+Java(微課視頻版)
- Boost.Asio C++ Network Programming Cookbook
- HTML 5+CSS 3+jQuery Mobile移動網站與APP開發實戰
- Python語言基礎
- Python樹莓派編程
- 深入理解Android網絡編程:技術詳解與最佳實踐
- Web 3中的零知識證明
- 新編C語言程序設計教程(第2版)
- C語言編程從零開始學(視頻教學版)
- Android Studio 2 Essentials(Second Edition)
- Bash Cookbook
- JavaScript權威指南(原書第7版)
- Python自動化測試入門與進階實戰
- 軟件測試(第2版)
- C#編程寶典(十年典藏版)
- Go語言從入門到精通