FastCode icon indicating copy to clipboard operation
FastCode copied to clipboard

Fast replacements for Embarcadero's standard libs

Results 3 FastCode issues
Sort by recently updated
recently updated
newest added

When using x64 compiler... sb := TStringBuilder.Create; sb.Append('{') sb.Append('items:{}'); sb.Append('}'); sb.ToString does not result in the expected '{items:{}}' but instead $01+'items:{}}' If you comment out the asm and use the...

I am not going to claim to understand DPQS (DualPivotQuicksort) algorihm nor the implementation. All I did was to convert the generic parts to straight forward Cardinal types --so that...

Hi! Can you share your fast smart pointer implementation from here? Thanks. http://stackoverflow.com/questions/30153682/why-does-this-optimization-of-a-smartpointer-not-work