kwdoc processing with decorators

Eric Firing <efiring@...229...> writes:

3) Question: how does this affect startup time? Jouni tested two
approaches to his work, and the decorator approach was significantly
slower.

No, actually the difference was barely measurable. The reason I chose
the boilerplate approach of generating source files instead of using
magic wrappers to generate functions at runtime was that I thought the
latter were too magical - difficult to get right, and probably more
difficult to debug when something breaks.

···

--
Jouni K. Sepp�nen