Filip Hráček / Flutter performance /

Chapter 6: Environment

WARNING: This chapter is a stub.

Your code doesn’t run alone, like some ethereal idea in a perfectly uneventful void.

Instead, it runs in an onion.

Fancy performance engineers generally call this “the environment”. I call it an onion.

{ DIAGRAM of the onion }

The onion has layers, and each of them affects your code’s performance. Let’s start from the inside-most layer.

Runtime

TODO: CONTINUE

Operating System

Hardware

Room

Controlling the onion

Raspberry Pi

(back to index)