FastCode: Difference between revisions

Content deleted Content added
m Structure: Fixed a link
expanded the lead section
Line 1:
'''FastCode''' is an [[open source programming]] project aimedthat ataims providingto enhancedprovide optimized [[runtime library]] routines for [[Embarcadero Delphi]] and [[C++Builder|C++ Builder]]. This Sincecommunity-driven itproject was started in 2003 by [[Dennis Kjaer Christensen]], itand has since contributed highly optimisedoptimized functionality to the 32-bit Delphi [[runtime library]] (RTL). FastCode is unique among contributions to commercial compiler runtime libraries for its community-driven and open source nature.
 
Organized as a competition divided into challenges, FastCode focuses on optimizing specific functions against multiple targets. The project offers benchmarking tools and validation processes for each function contribution. Contributions are scored, with points awarded based on performance against the targets. Embarcadero recognizes and incorporates the code created by the FastCode team into their Delphi codebase. Most participants in this project are assembler developers who utilize processor-specific code. The list of challenges tackled by the FastCode project is extensive; it covers diverse areas ranging from string manipulation functions like PosEx or CompareText to mathematical operations such as Power or Int64Mul.
 
==Structure==