oga/lib
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
..
oga Use static variables for Node#previous/#next 2016-09-04 21:07:35 +02:00
oga.rb Generate XML without relying on recursion 2016-09-04 19:19:00 +02:00