summaryrefslogtreecommitdiff
path: root/lib/banzai/querying.rb
Commit message (Collapse)AuthorAgeFilesLines
* Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan2017-02-081-5/+51
|
* Optimize CSS expressions produced by Nokogiriautocomplete-performanceYorick Peterse2015-12-311-0/+18
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.