summaryrefslogtreecommitdiff
path: root/bench/caching.rb
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete big C example code, to make this a Ruby project on GitHubKornelius Kalnbach2011-09-091-39/+0
|
* HTML Encoder: inline numerization corrected.murphy2006-03-231-3/+3
| | | | | | | | New demo: demo/demo_html_list.rb. Some demos adjusted. C Scanner: error messages fixed. Rakefile: test_demos now in debug mode. test/suite.rb is using reusable Scanners now.
* Made caching demo more expressing.murphy2006-03-211-2/+2
|
* CodeRay::Duo added for cool caching!murphy2006-03-211-0/+39
bench/caching.rb added t“for demonstrating this. HTML Encoder: creates unwrapped output by default (still problems with that.) Numerizing changed (doesn't try to prevent nesting errors) Speedup: "::String" is faster.