On Tuesday, May 10, 2016 at 1:23:59 PM UTC-4, Bert JW Regeer wrote: > > There is no additional overhead between the two. >
The `@view_config` decorator creates a wrapped function - which is the small hit to the memory footprint. The source shows the decorator registers + returns the underlying (unwrapped) function, so I wasn't expecting a difference but wanted to make sure. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/0b991029-8a2d-42fb-bbd3-62b85aa42157%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
