Commit 0cf9c7b
Use a cache for compiled jinja templates (#913)
* Add a bytecode cache to speed up jinja template compilation
* Honor TMPDIR env variable if it is set
Co-authored-by: Andre Sailer <[email protected]>
---------
Co-authored-by: Juan Miguel Carceller <[email protected]>
Co-authored-by: Andre Sailer <[email protected]>1 parent cdbac1b commit 0cf9c7b
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
18 | 36 | | |
19 | 37 | | |
20 | 38 | | |
| |||
142 | 160 | | |
143 | 161 | | |
144 | 162 | | |
| 163 | + | |
145 | 164 | | |
146 | 165 | | |
147 | 166 | | |
| |||
0 commit comments