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

Nice. Note that you can change the actual operations inside the sub to those suggested above. Removing the trinary operator ?: will definitly help speed.
  • Comment on Re: Re: Circular buffer instead of shift/push