I know that Delphi XE includes a lot of code from FastStrings. I need to process several thousand files and do some word processing. Is there a faster alternative to System.Pos ?
Yes. PosEx function from FastCode and much faster compared to System.Pos. It is located in StrUtils .
PosEx
Source: https://habr.com/ru/post/1437185/More articles:Is there standalone website testing software in different browsers? - cross-browserCreating a PDF file using Zend Framework 2 - pdf-generationCustom sorting by array of strings - c ++Glassfish adds the string "ejb" to the JNDI of a particular EJB mobile phone - javaPowershell open port profile, all (public domain) - powershellWhy does HttpException.GetHttpCode () return an int instead of System.Net.HttpStatusCode? - httpHow to check stdin for CLI using rspec - ruby | fooobar.comSQL query using BLOBS - sqlAdd group to existing MS Office ribbon tab - c #how to test STDIN with RSpec - ruby | fooobar.comAll Articles