Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a good Delphi or Object Pascal implementation for a circular buffer [closed]

My main purpose is to have a generic data buffer that I can use for transfers.

I'm thinking of something along the lines of what XCopy did.

Is there something already made out there or a good example one can follow?

like image 760
Gustavo Carreno Avatar asked Nov 27 '25 20:11

Gustavo Carreno


1 Answers

The Tomes of Delphi by Julian Bucknall describes code for circular buffers, the code of which is freely available as a download. I haven't got the book to hand at the moment, so I can't tell you exactly where to look (though I think it might have had something to do with carrying out data compression with a sliding window).

like image 76
RobS Avatar answered Nov 30 '25 09:11

RobS



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!