New string builder that 5x faster than the Delphi built-in one :) Get link Facebook X Pinterest Email Other Apps - October 15, 2017 New string builder that 5x faster than the Delphi built-in one :)https://github.com/nglthach/NTDEStringBuilder Get link Facebook X Pinterest Email Other Apps Comments Eli MOctober 15, 2017 at 10:20 PMHot. The RTL one is cross platform though which is probably why it may be slower. Though they could have ifdef'ed it for Windows.ReplyDeleteRepliesReplyChris RollistonOctober 16, 2017 at 3:13 PMThach Ngo You can remove the Windows dependancy easily - check out the implementation of CopyMemory (hint: it's not actually a 'real' API call).ReplyDeleteRepliesReplyThach NgoOctober 17, 2017 at 8:28 AMRemoved Windows dependancyReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
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.
ReplyDeleteThach Ngo You can remove the Windows dependancy easily - check out the implementation of CopyMemory (hint: it's not actually a 'real' API call).
ReplyDeleteRemoved Windows dependancy
ReplyDelete