Edgewall Software

Changes between Version 23 and Version 24 of TracDev/Proposals/Jinja


Ignore:
Timestamp:
Mar 18, 2016, 3:38:49 PM (8 years ago)
Author:
Christian Boos
Comment:

fix wrong output size

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Proposals/Jinja

    v23 v24  
    6868In addition, while I didn't measure precisely the memory usage, Genshi made the python.exe process jump from 109MB to 239MB while rendering the request (blob). The memory seems to be freed afterwards (there were no concurrent requests). By contrast, with Jinja2 the memory spike was 106MB to 126MB.
    6969
    70 In another experiment, I used the [pypi:memory_profiler] on Windows, which provided the following results when rendering a big changeset, for a rendered page weighing 3.53MB:
     70In another experiment, I used the [pypi:memory_profiler] on Windows, which provided the following results when rendering a big changeset, for a rendered page weighing 4.48MB (it was a side-by-side diff):
    7171{{{
    7272Genshi xhtml: 293.612 total (load=0.017, generate=0.017, filter=0.000, render=293.578)