jekyll/lib
Parker Moore 0511ece2f5 Use String#<< instead of String#+=
I just couldn’t believe this but look:

~/jekyll/jekyll#master$ ruby benchmark/string-concat
Calculating -------------------------------------
                  +=      6367 i/100ms
                  <<    128697 i/100ms
-------------------------------------------------
                  +=     1704.3 (±0.6%) i/s -      12734 in   7.472170s
                  <<  4381212.4 (±6.3%) i/s -   21878490 in   5.014899s

WOW.
2014-10-22 00:58:20 -07:00
..
jekyll Use String#<< instead of String#+= 2014-10-22 00:58:20 -07:00
site_template Fix feed link to respect baseurl 2014-10-12 23:14:41 +01:00
jekyll.rb Remove preemptive loading of the 'classifier' gem. 2014-08-05 16:47:30 -04:00