tolysz / hiccup

Automatically exported from code.google.com/p/hiccup
GNU Lesser General Public License v2.1
1 stars 0 forks source link

too much parseNS calling #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we try to split every method name into namespaces before they are
called. Surely we can avoid this somehow.
Figure out a way.

Probably by doing it once in RToken.

It's seriously cramping performance.

Original issue reported on code.google.com by consa...@gmail.com on 27 Jan 2008 at 2:20

GoogleCodeExporter commented 9 years ago
Made the first item in a Cmd have an optional namespace specifier.

Original comment by consa...@gmail.com on 28 Jan 2008 at 9:52