Giter Site home page Giter Site logo

Comments (5)

rlogiacco avatar rlogiacco commented on July 30, 2024

I've taken your advice and actually turned the memset switchable via a new, optional, parameter to the clear() function named sweep: it's active by default, for backward compatibility and as it might help recover unused space (under certain circumstances),but you can now provide a false value to obtain maximum performance.
The version has not been released yet, I'll wait for your confirmation it might be a valid approach.

from circularbuffer.

tonton81 avatar tonton81 commented on July 30, 2024

if head and tail positions are reset, or a read/pop is done, theres no point to discard data in that slot as its not included in the queue, and further writes will override it anyways

adding memset is pretty redundant, but not necessary

from circularbuffer.

rlogiacco avatar rlogiacco commented on July 30, 2024

if we all agree there is no value in having that clear up, I will remove it in the next version...

from circularbuffer.

cmooney3 avatar cmooney3 commented on July 30, 2024

Awesome, thanks for looking into it so quick :)

from circularbuffer.

rlogiacco avatar rlogiacco commented on July 30, 2024

I've removed the memset call: in a couple of days I will release the new version for the plugin manager

from circularbuffer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.