On 6/4/2014 12:22 PM, m...@rpzdesign.com wrote:
> I like the string handling patterns of freepascal but I want
> the memory stability of a static array of chars
> so I can be used in multi-thread operations without
> a lot a critical section considerations.

Have you actually verified that adding a critical section makes things
noticeably slower?  You're better off starting with something that you
know is correct and optimizing it with questionable changes when you're
sure you need it.

-- 
Craig Peterson
Scooter Software


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to