As always, here are some questions so that you can test your understanding of the topics in this chapter:
- When would you deem a simple linear search to be a justifiable choice?
- How many items do you think can be shown without problems in a standard Qt's model-view setup?
- What could be meant with the Tower of Babel performance anti-pattern?
- Your program is suffering from a performance problem. How would you try to solve it?
- You have far too many items in a view—what can you do about this?
- How is it possible to avoid performance fails in your project?
- What seems to be the number one reason for performance fails?
- What about the do it later performance culture and performance fails?