Skip to content

Switching to a tied hash instance versus blessed hash.

Marek Szuba requested to merge experimental/alternative_sequence_stores into master

Created by: magaliruffier

Seems that calling external code could assume the sequence cache is, in fact, a hash. If the cache is replaced with the wrong data structure (say a normal hash) then a memory leak will appear as seen in the xref pipeline whilst dumping sequences.

Merge request reports