- Julia High Performance
- Avik Sengupta
- 166字
- 2021-07-16 11:20:42
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "abstract types are defined using the abstract
keyword."
A block of code is set as follows:
function bar(a, b) x::Int64 = 0 y = a+b+x return y end
Any command-line input or output is written as follows:
julia> @benchmark serial_add()
================ Benchmark Results ========================
Time per evaluation: 6.95 ms [6.59 ms, 7.31 ms]
Proportion of time in GC: 0.00% [0.00%, 0.00%]
Memory allocated: 0.00 bytes
Number of allocations: 0 allocations
Number of samples: 100
Number of evaluations: 100
Time spent benchmarking: 0.86 s
New terms and important words are shown in bold.
推薦閱讀
- Mastering OpenCV Android Application Programming
- Apache Spark 2.x Machine Learning Cookbook
- 我的第一本算法書
- Groovy for Domain:specific Languages(Second Edition)
- STM32F0實戰(zhàn):基于HAL庫開發(fā)
- Working with Odoo
- 深入理解C指針
- Flowable流程引擎實戰(zhàn)
- Clojure for Java Developers
- Troubleshooting Citrix XenApp?
- ASP.NET Web API Security Essentials
- Python數(shù)據(jù)預處理技術(shù)與實踐
- 用Python動手學統(tǒng)計學
- Learning Alfresco Web Scripts
- Kotlin程序員面試算法寶典