in reply to PL_strtab/SHAREKEYS and copy-on-write leak
Note that if you disable the shared key hash, then every object will use its own storage for every hash key. For example if a process creates 1000 objects, each being a hash with the same fixed set of keys (but differing values of course), then that process will store 1000 copies of each key.
I doubt that you can safely and reliably shrink PL_strtab via XS.
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PL_strtab/SHAREKEYS and copy-on-write leak
by eserte (Deacon) on Aug 16, 2018 at 13:44 UTC | |
by dave_the_m (Monsignor) on Aug 16, 2018 at 18:22 UTC | |
|
Re^2: PL_strtab/SHAREKEYS and copy-on-write leak
by sezal (Novice) on Jul 30, 2018 at 08:19 UTC |