[fpc-pascal] Best way to insert bytes into a TBytes variable?
Michael Schnell
mschnell at lumino.de
Fri Jul 28 16:35:05 CEST 2017
On 25.07.2017 10:54, Bo Berglund wrote:
> so I need to write efficient replacements for certain string functions (Delete, Insert, Copy etc).
Why do you think the string function (if using strictly just a single
UTF-8 or RawByte branded String type) are not efficient ?
If all string encoding brands in an operation are the same there will be
no conversion.
-Michael
More information about the fpc-pascal
mailing list