zola/components
Thomas Hurst 2d7315676b Use a HashSet for detecting orphan pages
This offers a big performance bump for large sites:

  small-kb (100 pages)
    before: 530ms
     after: 500ms

  medium-kb (1000 pages)
    before: 2.9s
     after: 1.5s

  huge-kb (10,000 pages)
    before: 150s
     after:   9.1s
2018-09-12 23:54:15 +01:00
..
config extra_syntaxes documentation 2018-08-14 09:54:24 -05:00
content Update deps and fix deprecrations 2018-09-09 19:43:14 +02:00
errors Update deps 2018-07-16 11:03:45 +02:00
front_matter Some intellij reformatting 2018-07-31 15:30:49 +02:00
highlighting Add Swift, MiniZinc syntax and update the rest 2018-08-15 15:42:43 +02:00
imageproc Some intellij reformatting 2018-07-31 15:30:49 +02:00
link_checker link_checker: Set Accept header 2018-08-25 17:17:06 +01:00
pagination Update deps and fix deprecrations 2018-09-09 19:43:14 +02:00
rebuild Fix live reload of section content 2018-08-05 10:30:01 +02:00
rendering Fix ignored shortcode swallowing whitespace 2018-09-12 16:44:53 +02:00
search Write some docs 2018-03-21 16:18:24 +01:00
site Use a HashSet for detecting orphan pages 2018-09-12 23:54:15 +01:00
taxonomies Update deps and fix deprecrations 2018-09-09 19:43:14 +02:00
templates Default get_url to not add a trailing slash 2018-09-10 20:13:45 +02:00
utils Fix loading html files in themes outside of templates 2018-09-09 20:12:55 +02:00