Skip to content

small speedup of unpacking

Gerhard Raven requested to merge issue-334 into master

in hintAndKey{32,64}, take advantage of the fact that the packed container link manager has (almost always) been populated with the pointer to the target container already and forward the relevant pointer to the unpacked container, avoiding the need for any subsequent (delayed!) explicit lookup.

resolves #334 (closed)

Edited by Gerhard Raven

Merge request reports