Quantcast
Channel: Planet Object Pascal
Viewing all articles
Browse latest Browse all 1725

DelphiTools.info: Performance issue in NextGen ARC model

$
0
0
Weak references and their zeroing is managed in Delphi NextGen through a global hash table, with a global lock, see Arnaud Bouchez take on it: Performance-issue-in-NextGen-ARC-model Also apart from the global locking which itself is bad enough, there are a couple further performance issues: If the lock are really through TMonitor, rather than through OS-supported [...]

Viewing all articles
Browse latest Browse all 1725

Trending Articles