Files
gerrit/polygerrit-ui/app/elements/diff
Milutin Kristofic eada9d2819 Cache ranges for Highlight.js syntax markers
The cache is saving 5-10% time for syntax layer. Since the syntax layer
process whole files (not only diff chunks) there is a lot of duplicity
between original and modified file (left and right diff). Calculation
of ranges is an quite expensive operation, so any saving for skipping
calculation is improving the time of javascript execution.

Change-Id: I0976f25238c452a1240e96e4631e0aa9686dfa67
2019-10-18 11:20:45 +02:00
..
2019-05-23 17:02:28 +02:00