circular_buffer icon indicating copy to clipboard operation
circular_buffer copied to clipboard

feature request: add boost::circular_buffer serialization

Open yuvalif opened this issue 6 years ago • 3 comments

For possible implementation and benchmarking please see here.

yuvalif avatar Nov 30 '18 08:11 yuvalif

In order to get this in, I'd recommend the following. This library is maintained, but I doubt the maintainer can spare the time for a non-trivial enhancement such as this. So, if this is important to you, I recommend that you:

a) fork the library b) add your implementation to the code c) update the documentation d) add a test of serialization

create a pull request.

What's in it for you?

a) you get the enhancement to the library that you need. b) you get can put your name on the copyright of the serialization code and the test and a note in the documentation. c) so you can proudly wear the title of official boost library maintainer - which can look good on your resume, d) the eternal gratitude of those who come after you.

robertramey avatar Dec 18 '18 02:12 robertramey

@robertramey sounds like a plan :-)

yuvalif avatar Dec 18 '18 06:12 yuvalif

This is implemented in PR #25

yuvalif avatar Jan 31 '19 07:01 yuvalif