BigW Consortium Gitlab

  1. 31 Dec, 2015 1 commit
    • Optimize CSS expressions produced by Nokogiri · 054df415
      Yorick Peterse authored
      Nokogiri produces inefficient XPath expressions when given CSS
      expressions such as "a.gfm". Luckily these expressions can be optimized
      quite easily while still achieving the same results.
      
      In the two cases where this optimization is applied the run time has
      been reduced from around 170 ms to around 15 ms.