1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc
Yusuke Endoh 08137c5dd9 [ruby/rdoc] Optimize RawLine by using a regexp instead of negative look-ahead rule
This improves the performance in some cases.
`rdoc .../gems/sinatra-2.1.0/README.md` takes 10.5 sec. before this
change, and 7.1 sec. after this change.
`make rdoc` of ruby/ruby takes 19.3 sec. before this change, 18.1 sec.
after this change.

https://github.com/ruby/rdoc/commit/7cf8281e3e
2022-02-12 14:59:26 +09:00
..
context
generator
i18n
markdown
markup [ruby/rdoc] Simplify attribute exclusiveness conditions 2022-02-09 22:22:46 +09:00
parser [ruby/rdoc] Get rid of ruby-mode.el confusions 2022-02-09 22:22:45 +09:00
rd
ri
stats
.document
alias.rb
anon_class.rb
any_method.rb
attr.rb
class_module.rb
code_object.rb
code_objects.rb
comment.rb
constant.rb
context.rb
cross_reference.rb [ruby/rdoc] Allow cross references to negation operator method 2022-02-09 19:41:12 +09:00
encoding.rb
erb_partial.rb
erbio.rb
extend.rb
generator.rb
ghost_method.rb
i18n.rb
include.rb
known_classes.rb
markdown.rb [ruby/rdoc] Optimize RawLine by using a regexp instead of negative look-ahead rule 2022-02-12 14:59:26 +09:00
markup.rb
meta_method.rb
method_attr.rb
mixin.rb
normal_class.rb
normal_module.rb
options.rb
parser.rb
rd.rb
rdoc.gemspec
rdoc.rb
require.rb
ri.rb
rubygems_hook.rb
servlet.rb
single_class.rb
stats.rb
store.rb
task.rb [ruby/rdoc] Fix typo in RDoc::Task example 2022-01-24 10:17:16 +09:00
text.rb
token_stream.rb
tom_doc.rb
top_level.rb
version.rb