Skip to content
Snippets Groups Projects
Commit e9a894a3 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

itemize

parent 149d6095
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ During the evolution of the website, the build time has changed dramatically.
It used to take around 5 minutes to build, with a few optimizations it now only takes up 15 seconds.
The biggest slowdowns were:
* unneeded iterations
* unneeded iterations
* iterations within iterations (usually not required, if one thinks carefully)
* `if` conditions within a loop, instead of a `where` clause
* full iteration to extract a single item (use `first` instead)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment