in reply to Re: Re: Re: Circular buffer instead of shift/push
in thread Circular buffer instead of shift/push

Sounds good. Just take the next higher power of 2 and then when
you want to get the data take -$sz .. -1 . I'll try it.
  • Comment on Re: Re: Re: Re: Circular buffer instead of shift/push