RE: [tcltk-perl] Re: about difference in Tk.pm between 1.49 and 1 .50
Brought to you by:
hobbs
From: Konovalov, V. <vko...@sp...> - 2004-04-27 05:30:47
|
Vadim Konovalov wrote: > > > Actually, when doing such global replacement, please let it > be finished way > > of doing things, and let us agree on how things will be > done. I think those > > global package-wide hashes should actually be part of > Tcl::Tk interpreter > > object. > > Ah, we crossed messages (see my related post). As I said, it > wasn't meant to be final. Indeed. I hope when cleaning is finished all will be much better than earlier :) And no repeated "my $int = $W{$$self}->{'INT'};" :) Yet, it appears that currently Perl<->Tcl::Tk<->Tcl/Tk eats less memory and displays widgets considerably faster, so its better not to be lost when doing many hash searches, dereferences and so on... Best regards, Vadim. |