Chapter 15 Speeding up code

15.1 common instances when processing slows down

15.2 code structure

15.2.1 loops

15.2.2 dialect

15.3 use of intermediate objects

15.4 use of pointers

15.5 dynamic loading of compiled code

15.6 scaling up

15.6.1 parallelism

15.6.2 AWS