oga/lib/oga
Yorick Peterse 5a58b14137
Use static variables for Node#previous/#next
Instead of calculating the previous/next node on the fly this data is
now set automatically whenever a node is stored in a NodeSet with an
owner. While this introduces some overhead and complexity when adding or
removing nodes from a NodeSet, it greatly reduces the runtime overhead
of calling Node#previous or Node#next.
2016-09-04 21:07:35 +02:00
..
css Revamp CSS parser for better axis support 2015-09-04 16:06:20 +02:00
html Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
ruby Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
xml Use static variables for Node#previous/#next 2016-09-04 21:07:35 +02:00
xpath XPath support for nested pipe operators 2016-02-23 22:24:07 +01:00
blacklist.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
entity_decoder.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
lru.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
oga.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00
version.rb Release 2.3 2016-07-13 22:44:42 +02:00
whitelist.rb Removed start/end comments of YARD blocks 2015-09-01 19:59:52 +02:00