Date: Wed, 26 Oct 2022 08:53:33 -0400
Greetings,
I'm surprised this is not part of the standard library yet:
https://www.boost.org/doc/libs/1_49_0/libs/circular_buffer/doc/circular_buffer.html
As it is 5 times the speed of a deque and list:
https://www.codeproject.com/Articles/1185449/Performance-of-a-Circular-Buffer-vs-Vector-Deque-a
This container is pretty useful as I must have used it 3-4 times in
different projects over the last 2 years (rotating log files, buffering
for AI algorithms and preemptive recording of videos).
I encourage its integration because not everybody wants to use the Boost
library given its complexity to manage.
Regards,
I'm surprised this is not part of the standard library yet:
https://www.boost.org/doc/libs/1_49_0/libs/circular_buffer/doc/circular_buffer.html
As it is 5 times the speed of a deque and list:
https://www.codeproject.com/Articles/1185449/Performance-of-a-Circular-Buffer-vs-Vector-Deque-a
This container is pretty useful as I must have used it 3-4 times in
different projects over the last 2 years (rotating log files, buffering
for AI algorithms and preemptive recording of videos).
I encourage its integration because not everybody wants to use the Boost
library given its complexity to manage.
Regards,
-- Email Signature Logo <https://www.fornux.com/> *Phil Bouchard* facebook icon <https://www.linkedin.com/in/phil-bouchard-5723a910/> CTO T: (819) 328-4743 E: phil_at_[hidden]| www.fornux.com <http://www.fornux.com> 1188 rue Saint-Louis| Gatineau (Qc), J8T 2L8 Canada Banner <https://goglobalawards.org/> Le message ci-dessus, ainsi que les documents l'accompagnant, sont destinés uniquement aux personnes identifiées et peuvent contenir des informations privilégiées, confidentielles ou ne pouvant être divulguées. Si vous avez reçu ce message par erreur, veuillez le détruire. This communication (and/or the attachments) is intended for named recipients only and may contain privileged or confidential information which is not to be disclosed. If you received this communication by mistake please destroy all copies.
Received on 2022-10-26 12:53:34