Skip to content

Dev meeting 2021 01 14

Jon Ludlam edited this page Feb 18, 2021 · 1 revision

Agenda

Attending

  • @jonludlam
  • @avsm
  • @lpw25
  • @lukem
  • @Octachron

Performance improvements

  • WIP to generally improve the performance, mostly due to use of include
  • status: some differences found when none were expected - this has helped track down some bugs already, but there are more differences to be investigated.
  • Speed greatly improved: Top 5 slowest compiles before:
4.43
5.30
6.50
12.62
65.80 (2655 megs max resident memory)

and after:

1.74
1.80
2.02
2.31
3.94 (744 megs max resident memory)

BUT, some more broken links (1717 in the master branch, 2031 in the optimized branch)

Bugs to fix

  • Links to hidden elements (between (**/**) comments) are rendered but broken
  • Some of the -targets commands broken
  • include CSS seems missing maybe?