- 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.
推薦閱讀
- 編寫高質量代碼:改善C程序代碼的125個建議
- Processing互動編程藝術
- 21天學通C++(第6版)
- JavaScript動態網頁開發詳解
- 軟件項目管理實用教程
- Building an RPG with Unity 2018
- PhoneGap:Beginner's Guide(Third Edition)
- 遠方:兩位持續創業者的點滴思考
- QlikView Unlocked
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- The Applied Data Science Workshop
- JavaScript高級程序設計(第4版)
- 高性能MVVM框架的設計與實現:San
- Learning ROS for Robotics Programming
- Windows 10 for Enterprise Administrators