Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
aggregation 415
algorithm complexity 3-6
Big O data structures 7-10
coding, through Big O notation 19-21
data structures 11-16
Delphi data structures 7-10
programming 16-19
algorithms 408
fixing 409
AQTime profiler 41-44
arrays 143-146, 412
AsmProfiler 32-39
using, methods 32
assembly language
program, writing 174-176
Assertions compiler option 132
Async/Await pattern 313-316, 417, 418
Automatic Reference Counting (ARC) 140, 158
B
background thread 216, 414
Background Worker pattern 362-364, 419
initial query 365
bag 90, 115
balanced binary tree 103
bidirectional dictionary 120, 121
Big O data structures 7-10
Big O notation 3, 408
binary search tree (BST) 103
binary trees 103
blocking collections 347...