fair-acc / gr-digitizers

GNU General Public License v3.0
3 stars 3 forks source link

Make use of faster std::container allocations (PMR) #58

Open alexxcons opened 3 years ago

alexxcons commented 3 years ago

In GitLab by @alexxcons on Sep 9, 2020, 17:27

Links from @RalphSteinhagen :

Basic Idea: https://www.youtube.com/watch?v=q6A7cKFXjY0 https://en.cppreference.com/w/cpp/memory/monotonic_buffer_resource

Advanced: ... to be filled