Skip to content
Prev 41375 / 63421 Next

Increase transparency: suggestion on how to avoid namespaces and/or unnecessary overwrites of existing functions

On Sat, Oct 1, 2011 at 1:08 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
Except that namespace::foo should be assigned to another local
variable instead of using package::foo in a tight loop, because
repeated calls to "::" can introduce a significant performance
penalty. (This has been discussed in another thread.)