New string builder that 5x faster than the Delphi built-in one :)

New string builder that 5x faster than the Delphi built-in one :)

https://github.com/nglthach/NTDEStringBuilder

Comments

  1. Hot. The RTL one is cross platform though which is probably why it may be slower. Though they could have ifdef'ed it for Windows.

    ReplyDelete
  2. Thach Ngo You can remove the Windows dependancy easily - check out the implementation of CopyMemory (hint: it's not actually a 'real' API call).

    ReplyDelete

Post a Comment