BrotliHaxe icon indicating copy to clipboard operation
BrotliHaxe copied to clipboard

Bytes should be used instead of vectors

Open barisyild opened this issue 1 year ago • 0 comments

If Bytes is used to hold and process bytes instead of vectors, much, much better performance can be achieved on every platform.

https://api.haxe.org/haxe/io/Bytes.html https://api.haxe.org/haxe/io/BytesData.html

barisyild avatar Jul 18 '23 16:07 barisyild