InfiniteSky icon indicating copy to clipboard operation
InfiniteSky copied to clipboard

Fix up Cached Buffer in Fruit Salad branch/dir.

Open LiamKarlMitchell opened this issue 9 years ago • 2 comments

It should not have this. variables all over the place those things are not accessed outside it so should just be var.

Only a few of the things need to persist / be on this.

LiamKarlMitchell avatar Jan 09 '16 08:01 LiamKarlMitchell

Also it might be better to have a fixed sized buffer rather than concat. Since that would need to allocate memory each time right?

LiamKarlMitchell avatar Jan 09 '16 08:01 LiamKarlMitchell

Yeah some limit to the buffer would be nice. Concat still would be used since we are processing data of that.

przemyslawwalczak avatar Jul 08 '16 14:07 przemyslawwalczak