Skip to content

WIP: Modernize HltPackedData{Writer,Decoder}

Gerhard Raven requested to merge thread-safe-packed-data-decoder into master
  • make HltPackedDataDecoder thread safe
  • move code and data common to Writer and Decoder into HltPackedData.h
  • amalgamate decoder and writer headers into their .cpp files
  • introduce LHCb::Hlt::PackedData namespace
  • prefer std::string_view over const std::string&
Edited by Gerhard Raven

Merge request reports