in reply to Re: Ref to hash entries are faster?
in thread Ref to hash entries are faster?
I am doing some network monitoring on a 100Mb network. Sharing CPU with the real application (customer too cheap for a dedicated monitoring box). At least 2 threads locking either the total hash, or an element of the hash. I have to minimize the lockout periods to maximize the chance of keeping up with the data stream.
Also learned about the benchmark module. Thanks
As to the spelling, This is modified code; I hadn't tried the reference to element itself, just winged it for the question.
Thanks to all....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Ref to hash entries are faster?
by Not_a_Number (Prior) on Nov 29, 2006 at 23:16 UTC |