Skip to content

loopy unpacking and multi packing

Sevda Esen requested to merge sevda-loopy-unpacking3 into master

Current implementation of persistency configures a packer and unpacker for each location. This MR changes this to:

  • one packer per object type
  • each unpacker for a given location also unpacks all linked locations if they are not unpacked already. This will allow to request a location to be unpacked individually.
  • Packing and unpacking configurations are simplified. PersistRecoConf is removed as most of it's functionality is not needed anymore.

Part of set !3750 (merged) DaVinci!747 (merged) MooreAnalysis!92 (merged) Analysis!918 (merged) Moore!1638 (merged)

Edited by Rosen Matev

Merge request reports