Skip to content

Add .data() accessors to BlockVector

Steffen Müthing requested to merge feature/blockvector-add-data-accessors into master

Those accessors are good for STL compatibility, and they are absolutely crucial for good performance during checkpointing.

Merge request reports