Skip to content

WIP: Use functions for bulk manipulation with attributes to optimize I/O

Andrii Verbytskyi requested to merge multiple_attributes_add into master

Use functions for bulk manipulation with attributes to optimize I/O

Functions as e.g.

void GenEvent::add_attributes(const std::string& name, const std::vector<std::pair<int, std::shared_ptr<Attribute> > > &atts)

would allow to add attributes in bulk without multiple locks. The functions should be used in Readers (To be implemented).

Edited by Andrii Verbytskyi

Merge request reports