├── .gitignore ├── AESBV15 ├── AESBV.cfg ├── AESBV.dof ├── AESBV.dpr ├── AESBV.res ├── AESDKCUnit.pas ├── AESDKCUnit10.pas ├── AESDKCUnit11.pas ├── AESDKCUnit12.pas ├── AESDKCUnit13.pas ├── AESDKCUnit14.pas ├── AESDKCUnit15.pas ├── AESDKCUnit16.pas ├── AESDKCUnit17.pas ├── AESDKCUnit18.pas ├── AESDKCUnit19.pas ├── AESDKCUnit20.pas ├── AESDKCUnit21.pas ├── AESDKCUnit22.pas ├── AESDKCUnit23.pas ├── AESDKCUnit24.pas ├── AESDKCUnit25.pas ├── AESDKCUnit26.pas ├── AESDKCUnit27.pas ├── AESDKCUnit28.pas ├── AESDKCUnit29.pas ├── AESDKCUnit30.pas ├── AESDKCUnit31.pas ├── AESDKCUnit32.pas ├── AESDKCUnit33.pas ├── AESDKCUnit34.pas ├── AESDKCUnit35.pas ├── AESDKCUnit36.pas ├── AESDKCUnit37.pas ├── AESDKCUnit38.pas ├── AESDKCUnit39.pas ├── AESLBGUnit.pas ├── AESReferenceUnit.pas ├── AESReferenceWrapperUnit.pas ├── AESTurboLockUnit.pas ├── AESUnit.pas ├── AESWE6.pas ├── AESWEUnit.pas ├── AES_Base.pas ├── AES_Encr.pas ├── AES_JOH.pas ├── AES_JOH_2.pas ├── AES_Type.pas ├── LbRDL.inc ├── MainUnit.dfm ├── MainUnit.pas ├── README ├── README.sig ├── aes_decr.pas ├── manifest ├── std.inc └── t_aes_se.dpr ├── AnsiStringReplaceBV202 ├── AboutUnit.dfm ├── AboutUnit.pas ├── AnsiStringReplaceBV.bdsproj ├── AnsiStringReplaceBV.cfg ├── AnsiStringReplaceBV.dpr ├── AnsiStringReplaceBV.res ├── AnsiStringReplaceBV_FastMM4.bdsproj ├── AnsiStringReplaceBV_FastMM4.cfg ├── AnsiStringReplaceBV_FastMM4.dpr ├── AnsiStringReplaceBV_FastMM4.res ├── AnsiStringReplaceJOHIA32Unit11.pas ├── AnsiStringReplaceJOHIA32Unit12.pas ├── AnsiStringReplaceJOHIA32Unit13.pas ├── AnsiStringReplaceJOHIA32Unit14.pas ├── AnsiStringReplaceJOHIA32Unit17.pas ├── AnsiStringReplaceJOHIA32Unit18.pas ├── AnsiStringReplaceJOHPASUnit11.pas ├── AnsiStringReplaceJOHPASUnit12.pas ├── AnsiStringReplaceRefUnit.pas ├── AnsiStringReplaceSHAUnit.pas ├── AnsiStringReplace_2.0.2_FunctionSizes.txt ├── AnsiStringReplace_EWC.pas ├── AnsiStringReplace_EWC2.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── D7PosEx.inc ├── Defines.inc ├── FastcodeCPUID.pas ├── HVStringReplace.pas ├── MainUnit.dfm ├── MainUnit.pas ├── StringReplaceDKCUnit.pas ├── StringReplaceEGPasUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD7.bat └── version.inc ├── ArcCosBV171 ├── AboutUnit.dfm ├── AboutUnit.pas ├── ArcCosBV.bdsproj ├── ArcCosBV.cfg ├── ArcCosBV.dof ├── ArcCosBV.dpr ├── ArcCosBV.res ├── ArcCosBV.stat ├── ArcCosBV.todo ├── ArcCosJOHUnit.pas ├── ArcCosUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── ArcSinBV251 ├── AboutUnit.dfm ├── AboutUnit.pas ├── ArcSinBV.bdsproj ├── ArcSinBV.cfg ├── ArcSinBV.dpr ├── ArcSinBV.res ├── ArcSinBV.todo ├── ArcSinJOHUnit.pas ├── ArcSinUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── Ceil32BV141 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Ceil32.bdsproj ├── Ceil32.bdsproj.local ├── Ceil32.cfg ├── Ceil32.dpr ├── Ceil32.res ├── Ceil32.stat ├── Ceil32DKCUnit.pas ├── Ceil32JOHUnit.pas ├── Ceil32LBGUnit.pas ├── Ceil32PLRUnit.pas ├── Ceil32RefUnit.pas ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── Ceil64BV01 ├── Ceil64.cfg ├── Ceil64.dpr ├── Ceil64.res ├── CeilDKCUnit.pas ├── CeilJOHUnit.pas ├── CeilRefUnit.pas ├── Ceil_JOH.pas ├── MainUnit.dfm └── MainUnit.pas ├── CharPosBV520 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── CharPosBV.bdsproj ├── CharPosBV.bdsproj.local ├── CharPosBV.cfg ├── CharPosBV.dof ├── CharPosBV.dpr ├── CharPosBV.res ├── CharPosBV.stat ├── CharPosCJGUnit.pas ├── CharPosDKCUnit.pas ├── CharPosFunctionSizes.txt ├── CharPosJOHUnit.pas ├── CharPosShaUnit.pas ├── CharPosUnit.pas ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── CharPosEYBV131 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── CharPosEYBV.bdsproj ├── CharPosEYBV.bdsproj.local ├── CharPosEYBV.cfg ├── CharPosEYBV.dof ├── CharPosEYBV.dpr ├── CharPosEYBV.res ├── CharPosEYBV.stat ├── CharPosEYDKCUnit.pas ├── CharPosEYSHAUnit.pas ├── CharPosEY_JOH.pas ├── CharPosEY_JOH2.pas ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── CharPosIExBV104 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── CharPosIExBV.bdsproj ├── CharPosIExBV.cfg ├── CharPosIExBV.dpr ├── CharPosIExBV.res ├── CharPosIExBV.stat ├── CharPosIExDKCUnit.pas ├── CharPosIExJOHUnit.pas ├── CharPosIExLBGUnit.pas ├── CharPosIExNNUnit.pas ├── CharPosIExRefUnit.pas ├── CharPosIEx_1.0.4_FunctionSizes.txt ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── CharPosRevBV101 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── CharPosRevBV.Ini ├── CharPosRevBV.bdsproj ├── CharPosRevBV.cfg ├── CharPosRevBV.dpr ├── CharPosRevBV.res ├── CharPosRevDKCUnit.pas ├── CharPosRevDLAUnit.pas ├── CharPosRevJOHUnit.pas ├── CharPosRevRefUnit.pas ├── CharPosRevTestUnit.pas ├── CharPosRev_1.0.1_FunctionSizes.txt ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── CompareMemBV201 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── CompareMemBV.bdsproj ├── CompareMemBV.bdsproj.local ├── CompareMemBV.cfg ├── CompareMemBV.dpr ├── CompareMemBV.drc ├── CompareMemBV.res ├── CompareMemBV.stat ├── CompareMemDKCUnit.pas ├── CompareMemJOHUnit.pas ├── CompareMemPLRUnit.pas ├── CompareMemSHAUnit.pas ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── CompareStrBV294 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── CompareStrBV.bdsproj ├── CompareStrBV.bdsproj.local ├── CompareStrBV.cfg ├── CompareStrBV.dex ├── CompareStrBV.dpr ├── CompareStrBV.res ├── CompareStrBV.stat ├── CompareStrBV_FastMM4.bdsproj ├── CompareStrBV_FastMM4.bdsproj.local ├── CompareStrBV_FastMM4.cfg ├── CompareStrBV_FastMM4.dex ├── CompareStrBV_FastMM4.dpr ├── CompareStrBV_FastMM4.res ├── CompareStrDKCUnit.pas ├── CompareStrFunctionSizes.txt ├── CompareStrJOHUnit.pas ├── CompareStrLBGUnit.pas ├── CompareStrPLRUnit.pas ├── CompareStrRTLUnit.pas ├── CompareStr_EWC.pas ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.dfm.cbk ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── CompareText153 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── CompareTextBV.bdsproj ├── CompareTextBV.cfg ├── CompareTextBV.dpr ├── CompareTextBV.res ├── CompareTextDKCUnit.pas ├── CompareTextFunctionSizes.txt ├── CompareTextJOHUnit.pas ├── CompareTextShaUnit.pas ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── ComplexRectToPolBV13 ├── ComplexDataTypesUnit.pas ├── ComplexRegtToPolBV.cfg ├── ComplexRegtToPolBV.dof ├── ComplexRegtToPolBV.dpr ├── ComplexRegtToPolBV.res ├── MainUnit.dfm ├── MainUnit.pas ├── RectToPol_JOH.pas └── RegtToPolDKCUnit.pas ├── ComplexRegtAddBV11 ├── ComplexDataTypesUnit.pas ├── ComplexRegtAddBV.cfg ├── ComplexRegtAddBV.dof ├── ComplexRegtAddBV.dpr ├── ComplexRegtAddBV.res ├── MainUnit.dfm ├── MainUnit.pas ├── RectAdd_JOH.pas ├── RegtAddDFLUnit.pas └── RegtAddDKCUnit.pas ├── ComplexRegtDivBV120 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── ComplexDataTypesUnit.pas ├── ComplexRegtDivBV.bdsproj ├── ComplexRegtDivBV.bdsproj.local ├── ComplexRegtDivBV.cfg ├── ComplexRegtDivBV.dof ├── ComplexRegtDivBV.dpr ├── ComplexRegtDivBV.res ├── ComplexRegtDivBV.stat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── RectDiv_JOH.pas ├── RegtDivDKCUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── ComplexRegtMulBV12 ├── ComplexDataTypesUnit.pas ├── ComplexRegtMulBV.cfg ├── ComplexRegtMulBV.dof ├── ComplexRegtMulBV.dpr ├── ComplexRegtMulBV.res ├── MainUnit.dfm ├── MainUnit.pas ├── RectMul_JOH.pas └── RegtMulDKCUnit.pas ├── ComplexRegtSubBV120 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── ComplexDataTypesUnit.pas ├── ComplexRegtSubBV.bdsproj ├── ComplexRegtSubBV.bdsproj.local ├── ComplexRegtSubBV.cfg ├── ComplexRegtSubBV.dof ├── ComplexRegtSubBV.dpr ├── ComplexRegtSubBV.res ├── ComplexRegtSubBV.stat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── RectSub_JOH.pas ├── RegtSubDKCUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── FastCode.Libraries-0.6.4 ├── AnsiStringReplaceJOHIA32Unit12.pas ├── AnsiStringReplaceJOHPASUnit12.pas ├── D7PosEx.inc ├── FastCode.inc ├── FastCode.pas ├── FastCodeStrLenUnit.pas ├── FastcodeAnsiStringReplaceUnit.pas ├── FastcodeCPUID.pas ├── FastcodeCompareMemUnit.pas ├── FastcodeCompareStrUnit.pas ├── FastcodeCompareTextUnit.pas ├── FastcodeFillCharUnit.pas ├── FastcodeLowerCaseUnit.pas ├── FastcodePatch.pas ├── FastcodePosExUnit.pas ├── FastcodePosUnit.pas ├── FastcodeStrCompUnit.pas ├── FastcodeStrCopyUnit.pas ├── FastcodeStrICompUnit.pas ├── FastcodeStrToInt32Unit.pas ├── FastcodeUpperCaseUnit.pas ├── Non.RTL │ ├── FastCodeCharPosUnit.pas │ ├── FastcodeGCDUnit.pas │ ├── FastcodeMaxIntUnit.pas │ └── FastcodePosIExUnit.pas ├── Readme.txt ├── Sample │ ├── D7PosEx.inc │ ├── FastCode.inc │ ├── Project1.dpr │ ├── Unit1.dfm │ └── Unit1.pas └── Version.History.txt ├── FastMove303 └── FastMove.pas ├── FastcodeCharPosDC11 └── FastcodeCharPosDC11.pas ├── FastcodeCharPosEYDC0 └── FastcodeCharPosEYDC02.pas ├── FastcodeCompareStrDC01 └── FastcodeCompareStrDC01.pas ├── FastcodeMaxInt64DC02 └── FastcodeMaxInt64DC02.pas ├── FastcodeMinInt64DC02 └── FastcodeMinInt64DC02.pas ├── FastcodePosDC02 └── FastcodePosDC02.pas ├── FastcodeRGBToBGRDC02 └── FastcodeRGBToBGRDC02.pas ├── FastcodeRoundToExDC02 └── FastcodeRoundToExDC02.pas ├── FastcodeStrCopyDC02 └── FastcodeStrCopyDC02.pas ├── FastcodeTemplateDC01 └── FastcodeTemplateDC01.pas ├── FastcodeTrunc32DC02 └── FastcodeTrunc32DC02.pas ├── FillCharBV163 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── FillCharBV.dpr ├── FillCharBV.res ├── FillCharBV_Icon.ico ├── FillCharDKCUnit.pas ├── FillCharJOHUnit.pas ├── FillCharUnit.pas ├── FillChar_1.6.3_FunctionSizes.txt ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── Floor32BV141 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── Floor32.bdsproj ├── Floor32.bdsproj.local ├── Floor32.cfg ├── Floor32.dpr ├── Floor32.res ├── Floor32.stat ├── Floor32DKCUnit.pas ├── Floor32JOHUnit.pas ├── Floor32PLRUnit.pas ├── Floor32RefUnit.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── FloorBV11 ├── Floor.cfg ├── Floor.dof ├── Floor.dpr ├── Floor.res ├── FloorJOHUnit.pas ├── FloorUnit.pas ├── MainUnit.dfm └── MainUnit.pas ├── IDCTBV060 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD2007.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── IDCTBV.dpr ├── IDCTBV.dproj ├── IDCTBV.res ├── IDCTBenchmarkData.txt ├── IDCTREFUnit.pas ├── IDCTValidateData.txt ├── IDCT_0.6.0_FunctionSizes.txt ├── IDCT_DKC_Unit.pas ├── IDCT_LC_Unit.pas ├── IDCT_NH_Unit.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD2007.bat └── ValidateD7.bat ├── Int64DivBV412 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── Int64DivAMDUnit.pas ├── Int64DivAnalysisUnit.pas ├── Int64DivBV.bdsproj ├── Int64DivBV.cfg ├── Int64DivBV.dof ├── Int64DivBV.dpr ├── Int64DivBV.res ├── Int64DivBV.stat ├── Int64DivDKCUnit.pas ├── Int64DivJOHUnit.pas ├── Int64DivRTLUnit.pas ├── Int64Div_4.1.2_FunctionSizes.txt ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── Int64MulBV130 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── FunctionSizes.txt ├── Int64MulAMDUnit.pas ├── Int64MulBV.bdsproj ├── Int64MulBV.cfg ├── Int64MulBV.dex ├── Int64MulBV.dof ├── Int64MulBV.dpr ├── Int64MulBV.res ├── Int64MulBV.stat ├── Int64MulDKCUnit.pas ├── Int64MulJOHUnit.pas ├── Int64MulRTLUnit.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── IntToStrBV070 ├── D5Support.pas ├── Defines.inc ├── FastcodeCPUID.pas ├── FastcodeChallengeIntToStr32Unit.pas ├── FastcodeChallengeIntToStr64Unit.pas ├── FastcodeChallengeManagementUnit.pas ├── FastcodeChallengeUnit.pas ├── FastcodeConsoleUnit.pas ├── IntToStr32_0.7.0_Sizes.txt ├── IntToStr64_0.7.0_Sizes.txt ├── IntToStrAIPas.pas ├── IntToStrAIUnit.pas ├── IntToStrAZUnit.pas ├── IntToStrBV.bdsproj ├── IntToStrBV.cfg ├── IntToStrBV.dpr ├── IntToStrBV.res ├── IntToStrDKCUnit.pas ├── IntToStrJOHUnit.pas ├── IntToStrLBGUnit.pas ├── IntToStrOucUnit.pas ├── IntToStrRTLUnit.pas ├── IntToStrSZUnit.pas ├── IntToStrShaUnit.pas ├── MainFormUnit.dfm ├── MainFormUnit.pas ├── ReportFormUnit.dfm ├── ReportFormUnit.pas ├── ReportWriterUnit.pas ├── SystemInfoUnit.pas ├── UtilsUnit.pas ├── Version.inc └── validation.bat ├── IsPrime722 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── IsPrimeBV.bdsproj ├── IsPrimeBV.cfg ├── IsPrimeBV.dof ├── IsPrimeBV.dpr ├── IsPrimeBV.res ├── IsPrimeBV.stat ├── IsPrimeCGUnit.pas ├── IsPrimeCJGUnit.pas ├── IsPrimeDKCUnit.pas ├── IsPrimeHRUnit.pas ├── IsPrimeJOHUnit.pas ├── IsPrime_7.2.2_FunctionSizes.txt ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── LICENSE ├── LowerCaseBV352 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── LowerCaseBV.bdsproj ├── LowerCaseBV.cfg ├── LowerCaseBV.dof ├── LowerCaseBV.dpr ├── LowerCaseBV.res ├── LowerCaseBV.stat ├── LowerCaseBV_FastMM4.bdsproj ├── LowerCaseBV_FastMM4.cfg ├── LowerCaseBV_FastMM4.dpr ├── LowerCaseBV_FastMM4.res ├── LowerCaseDKCUnit.pas ├── LowerCaseFunctionSizes.txt ├── LowerCaseRTLUnit.pas ├── LowerCaseShaUnit.pas ├── LowerCase_JOH.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── MMv1_BV113 ├── AddressSpaceCreepBenchmark.pas ├── AddressSpaceCreepBenchmarkLarge.pas ├── ArrayUpsizeSingleThread.pas ├── BenchmarkAll.bat ├── BenchmarkClassUnit.pas ├── BenchmarkD2005.bat ├── BenchmarkD2006.bat ├── BenchmarkD6.bat ├── BenchmarkD7.bat ├── BenchmarkForm.dfm ├── BenchmarkForm.pas ├── BenchmarkOne.bat ├── BenchmarkOneCompiler.bat ├── BenchmarkOneMM.bat ├── BenchmarkUtilities.pas ├── BlockSizeSpreadBenchmark.pas ├── BucketMem.pas ├── BucketMemDKC_ASM.pas ├── BucketMem_ASM.pas ├── BucketMove.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD5.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneMM.bat ├── DKC_IA32_MM_Unit.pas ├── Defines.inc ├── DoAll.bat ├── DoubleFPBenchmark1Unit.pas ├── DoubleFPBenchmark2Unit.pas ├── DoubleFPBenchmark3Unit.pas ├── DownsizeTestUnit.pas ├── EWCMM.pas ├── FASTCODE_MM.INC ├── FastMM.pas ├── FastMM3.pas ├── FastMove.pas ├── FastcodeCPUID.pas ├── FastcodeMMChallengeBV.bdsproj ├── FastcodeMMChallengeBV.bdsproj.local ├── FastcodeMMChallengeBV.cfg ├── FastcodeMMChallengeBV.dof ├── FastcodeMMChallengeBV.dpr ├── FastcodeMMChallengeBV.res ├── FastcodeMoveCPUID.pas ├── FillCharMultiThreadBenchmark1Unit.pas ├── FragmentationTestUnit.pas ├── GeneralFunctions.pas ├── GraphsForm.dfm ├── GraphsForm.pas ├── HPMM.pas ├── HeapMM.pas ├── LargeBlockSpreadBenchmark.pas ├── LinkedListBenchmark.pas ├── LocalHeapMM.pas ├── MMUsageDll.bdsproj ├── MMUsageDll.bdsproj.local ├── MMUsageDll.cfg ├── MMUsageDll.dof ├── MMUsageDll.dpr ├── MMUsageDll.res ├── MMUsageLogger.pas ├── MMUseMemory.pas ├── MMValidateDLL.bdsproj ├── MMValidateDLL.bdsproj.local ├── MMValidateDLL.cfg ├── MMValidateDLL.dof ├── MMValidateDLL.dpr ├── MMValidateDLL.res ├── MMvalidation.pas ├── MainDLLValidation.dfm ├── MainDLLValidation.pas ├── MemFreeBenchmark1Unit.pas ├── MemFreeBenchmark2Unit.pas ├── MoveBenchmark1Unit.pas ├── MoveBenchmark2Unit.pas ├── MoveJOHUnit9.pas ├── MultiMM.pas ├── MultiThreadedAllocAndFree.pas ├── MultiThreadedReallocate.pas ├── NexusDBBenchmarkUnit.pas ├── PSDMemoryManager.pas ├── QMemory.pas ├── RawPerformanceMultiThread.pas ├── RawPerformanceSingleThread.pas ├── ReallocMemBenchmark.pas ├── RecyclerMM.pas ├── ReleaseNotes.txt ├── RenameMMForm.dfm ├── RenameMMForm.pas ├── ReplayBenchmarkUnit.pas ├── SingleFPBenchmark1Unit.pas ├── SingleFPBenchmark2Unit.pas ├── SingleThreadedAllocAndFree.pas ├── SingleThreadedAllocMem.pas ├── SingleThreadedReallocate.pas ├── SmallDownsizeBenchmark.pas ├── SmallUpsizeBenchmark.pas ├── SortExtendedArrayBenchmark1Unit.pas ├── SortExtendedArrayBenchmark2Unit.pas ├── SortIntArrayBenchmark1Unit.pas ├── SortIntArrayBenchmark2Unit.pas ├── StringThread.pas ├── StringThreadTestUnit.pas ├── SystemInfoUnit.pas ├── TopBlocks.pas ├── TopCS.pas ├── TopCopyMemory.pas ├── TopInstall.pas ├── TopLocalObjects.pas ├── TopMaintenance.pas ├── TopManagers.pas ├── TopMemory.pas ├── TopPointerLookupList.pas ├── TopSortedList.pas ├── TopStructures.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat ├── ValidateD7.bat ├── ValidateOne.bat ├── ValidateOneCompiler.bat ├── ValidateOneMM.bat ├── WildThreadsBenchmarkUnit.pas ├── WinMem.pas └── clean.bat ├── MaxFPBV250 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── MaxFPBenchValid.bdsproj ├── MaxFPBenchValid.cfg ├── MaxFPBenchValid.dof ├── MaxFPBenchValid.dpr ├── MaxFPBenchValid.res ├── MaxFPBenchValid.stat ├── MaxFPUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── MaxInt64BV160 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── MaxInt64BV.bdsproj ├── MaxInt64BV.bdsproj.local ├── MaxInt64BV.cfg ├── MaxInt64BV.dof ├── MaxInt64BV.dpr ├── MaxInt64BV.res ├── MaxInt64BV.stat ├── MaxInt64DKCUnit.pas ├── MaxInt64JOHUnit.pas ├── MaxInt64RTLUnit.pas ├── MaxInt64SHAUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── MaxIntBV181 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── MaxIntBenchValid.bdsproj ├── MaxIntBenchValid.cfg ├── MaxIntBenchValid.dex ├── MaxIntBenchValid.dof ├── MaxIntBenchValid.dpr ├── MaxIntBenchValid.res ├── MaxIntBenchValid.stat ├── MaxIntUnit.pas ├── MaxInt_1.8.1_FunctionSizes.txt ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── MemoryManagerBV201 ├── .gitignore ├── AddressSpaceCreepBenchmark.pas ├── AddressSpaceCreepBenchmarkLarge.pas ├── ArrayUpsizeSingleThread.pas ├── BenchmarkAll.bat ├── BenchmarkClassUnit.pas ├── BenchmarkD2005.bat ├── BenchmarkD2006.bat ├── BenchmarkD6.bat ├── BenchmarkD7.bat ├── BenchmarkForm.dfm ├── BenchmarkForm.lfm ├── BenchmarkForm.pas ├── BenchmarkOne.bat ├── BenchmarkOneCompiler.bat ├── BenchmarkOneMM.bat ├── BenchmarkUtilities.pas ├── Benchmarks │ ├── 32-bit │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.csv │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.tdf │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.txt │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.xlsx │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.xml │ │ ├── 2021-05-20.csv │ │ ├── 2021-05-20.tdf │ │ ├── 2021-05-20.txt │ │ ├── 2021-05-20.xlsx │ │ ├── 2021-05-20.xml │ │ ├── 2021-05-21.csv │ │ ├── 2021-05-21.tdf │ │ ├── 2021-05-21.txt │ │ ├── 2021-05-21.xlsx │ │ ├── 2021-05-21.xml │ │ └── diff.xlsx │ └── 64-bit │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.csv │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.tdf │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.txt │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.xlsx │ │ ├── 2021-05-19-FastMM4-AVX-i7-1065G7.xml │ │ ├── 2021-05-20.csv │ │ ├── 2021-05-20.tdf │ │ ├── 2021-05-20.txt │ │ ├── 2021-05-20.xlsx │ │ ├── 2021-05-20.xml │ │ ├── 2021-05-21.csv │ │ ├── 2021-05-21.tdf │ │ ├── 2021-05-21.txt │ │ ├── 2021-05-21.xlsx │ │ ├── 2021-05-21.xml │ │ └── diff.xlsx ├── BitOps.pas ├── BlockSizeSpreadBenchmark.pas ├── BucketMem.pas ├── BucketMemDKC_ASM.pas ├── BucketMem_ASM.pas ├── BucketMove.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD5.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneMM.bat ├── DKC_IA32_MM_Unit.pas ├── Defines.inc ├── DoAll.bat ├── DoubleFPBenchmark1Unit.pas ├── DoubleFPBenchmark2Unit.pas ├── DoubleFPBenchmark3Unit.pas ├── DownsizeTestUnit.pas ├── EWCMM.pas ├── FASTCODE_MM.INC ├── FastMM.pas ├── FastMM3.pas ├── FastMove.pas ├── FastcodeCPUID.pas ├── FastcodeMMChallengeBV.dpr ├── FastcodeMMChallengeBV.lpi ├── FastcodeMoveCPUID.pas ├── FillCharMultiThreadBenchmark1Unit.pas ├── FragmentationTestUnit.pas ├── GeneralFunctions.pas ├── GraphsForm.dfm ├── GraphsForm.pas ├── HPMM.pas ├── HeapMM.pas ├── LargeBlockSpreadBenchmark.pas ├── LinkedListBenchmark.pas ├── LocalHeapMM.pas ├── MMUsageDll.dpr ├── MMUsageDll.res ├── MMUsageLogger.pas ├── MMUseMemory.pas ├── MMValidateDLL.dpr ├── MMValidateDLL.res ├── MMvalidation.pas ├── MainDLLValidation.dfm ├── MainDLLValidation.pas ├── MemFreeBenchmark1Unit.pas ├── MemFreeBenchmark2Unit.pas ├── MoveBenchmark1Unit.pas ├── MoveBenchmark2Unit.pas ├── MoveJOHUnit9.pas ├── MultiMM.pas ├── MultiThreadedAllocAndFree.pas ├── MultiThreadedReallocate.pas ├── NexusDBBenchmarkUnit.pas ├── PSDMemoryManager.pas ├── PrimeNumbers.pas ├── QMemory.pas ├── README.md ├── RawPerformanceMultiThread.pas ├── RawPerformanceSingleThread.pas ├── ReallocMemBenchmark.pas ├── RecyclerMM.pas ├── ReleaseNotes.txt ├── RenameMMForm.dfm ├── RenameMMForm.lfm ├── RenameMMForm.pas ├── ReplayBenchmarkUnit.pas ├── SingleFPBenchmark1Unit.pas ├── SingleFPBenchmark2Unit.pas ├── SingleThreadedAllocAndFree.pas ├── SingleThreadedAllocMem.pas ├── SingleThreadedReallocate.pas ├── SingleThreadedTinyReloc.pas ├── SmallDownsizeBenchmark.pas ├── SmallUpsizeBenchmark.pas ├── SortExtendedArrayBenchmark1Unit.pas ├── SortExtendedArrayBenchmark2Unit.pas ├── SortIntArrayBenchmark1Unit.pas ├── SortIntArrayBenchmark2Unit.pas ├── StringThread.pas ├── StringThreadTestUnit.pas ├── SystemInfoUnit.pas ├── TopBlocks.pas ├── TopCS.pas ├── TopCopyMemory.pas ├── TopInstall.pas ├── TopLocalObjects.pas ├── TopMaintenance.pas ├── TopManagers.pas ├── TopMemory.pas ├── TopPointerLookupList.pas ├── TopSortedList.pas ├── TopStructures.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat ├── ValidateD7.bat ├── ValidateOne.bat ├── ValidateOneCompiler.bat ├── ValidateOneMM.bat ├── WildThreadsBenchmarkUnit.pas ├── WinMem.pas └── clean.bat ├── MinFPBV150 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── MinFPBenchValid.bdsproj ├── MinFPBenchValid.cfg ├── MinFPBenchValid.dof ├── MinFPBenchValid.dpr ├── MinFPBenchValid.res ├── MinFPBenchValid.stat ├── MinFPDKCUnit.pas ├── MinFPJOHUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── MinInt64BV151 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── MinInt64BV.bdsproj ├── MinInt64BV.bdsproj.local ├── MinInt64BV.cfg ├── MinInt64BV.dof ├── MinInt64BV.dpr ├── MinInt64BV.res ├── MinInt64BV.stat ├── MinInt64DKCUnit.pas ├── MinInt64JOHUnit.pas ├── MinInt64ShaUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── MinIntBV130 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── MinIntBenchValid.bdsproj ├── MinIntBenchValid.bdsproj.local ├── MinIntBenchValid.cfg ├── MinIntBenchValid.dof ├── MinIntBenchValid.dpr ├── MinIntBenchValid.res ├── MinIntBenchValid.stat ├── MinIntDKCUnit.pas ├── MinIntLBGUnit.pas ├── MinIntShaUnit.pas ├── MinIntUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── MoveBV941 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── DKCFastcodeCPUID.pas ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── MoveDKCUnit.pas ├── MoveJOHUnit10.pas ├── MoveUnit.pas ├── MoveValidateBenchmark.bdsproj ├── MoveValidateBenchmark.bdsproj.local ├── MoveValidateBenchmark.cfg ├── MoveValidateBenchmark.dof ├── MoveValidateBenchmark.dpr ├── MoveValidateBenchmark.res ├── MoveValidateBenchmark.stat ├── MoveValidateBenchmark.todo ├── OptionsUnit.dfm ├── OptionsUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── PolAddBV200 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── ComplexDataTypesUnit.pas ├── ComplexPolAddBV.bdsproj ├── ComplexPolAddBV.cfg ├── ComplexPolAddBV.dpr ├── ComplexPolAddBV.res ├── ComplexPolAddBV.stat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── PolAddAZUnit.pas ├── PolAddDKCUnit.pas ├── PolAddFunctionSizes.txt ├── PolAddJOHUnit.pas ├── PolAddPLRUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── PolSubBV140 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── ComplexDataTypesUnit.pas ├── ComplexPolSubBV.bdsproj ├── ComplexPolSubBV.bdsproj.local ├── ComplexPolSubBV.cfg ├── ComplexPolSubBV.dpr ├── ComplexPolSubBV.res ├── ComplexPolSubBV.stat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── PolSubAZUnit.pas ├── PolSubDKCUnit.pas ├── PolSubJOHUnit.pas ├── PolSubPLRUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── PolToRectBV140 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── ComplexDataTypesUnit.pas ├── ComplexPolToRectBV.bdsproj ├── ComplexPolToRectBV.bdsproj.local ├── ComplexPolToRectBV.cfg ├── ComplexPolToRectBV.dpr ├── ComplexPolToRectBV.res ├── ComplexPolToRectBV.stat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── PolToRectDKCUnit.pas ├── PolToRectFOUnit.pas ├── PolToRectJOHUnit.pas ├── PolToRectPLRUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── PosBV560 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── PosBV.bdsproj ├── PosBV.cfg ├── PosBV.dpr ├── PosBV.res ├── PosBV.stat ├── PosExJOHUnit.pas ├── PosJOHUnit.pas ├── PosLPUnit.pas ├── PosShaUnit.pas ├── PosShaUnit2.pas ├── PosUnit.pas ├── Pos_5.6.0_FunctionSizes.txt ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── PosExBV164 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── PosEXBV.bdsproj ├── PosEXBV.cfg ├── PosEXBV.dpr ├── PosEXBV.drc ├── PosEXBV.res ├── PosEXBV.stat ├── PosEXBV_Fastmm4.bdsproj ├── PosEXBV_Fastmm4.cfg ├── PosEXBV_Fastmm4.dpr ├── PosEXBV_Fastmm4.res ├── PosExAZUnit.pas ├── PosExDKCUnit.pas ├── PosExEWCUnit.pas ├── PosExJOHUnit.pas ├── PosExRTLUnit.pas ├── PosExSHAUnit.pas ├── PosEx_1.6.4_FunctionSizes.txt ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── PosIExBV131 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── PosIExBV.bdsproj ├── PosIExBV.bdsproj.local ├── PosIExBV.cfg ├── PosIExBV.dof ├── PosIExBV.dpr ├── PosIExBV.res ├── PosIExBV.stat ├── PosIExDKCUnit.pas ├── PosIExJOHUnit.pas ├── PosIExRefUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── PowerBV121 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── PowerBV.bdsproj ├── PowerBV.cfg ├── PowerBV.dex ├── PowerBV.dof ├── PowerBV.dpr ├── PowerBV.res ├── PowerBV.todo ├── PowerDKCUnit.pas ├── PowerJOHUnit.pas ├── PowerUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── README.md ├── RGBAToBGRABV143 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── RGBAToBGRABV.bdsproj ├── RGBAToBGRABV.bdsproj.local ├── RGBAToBGRABV.cfg ├── RGBAToBGRABV.dof ├── RGBAToBGRABV.dpr ├── RGBAToBGRABV.res ├── RGBAToBGRABV.stat ├── RGBAToBGRAFunctionSizes.txt ├── RGBToBGRDKCUnit.pas ├── RGBToBGRNHUnit.pas ├── RGBToBGR_JOH_Unit.pas ├── RGBToBGR_LBG_Unit.pas ├── RGBToBGR_LG_Unit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── Round32BV12 ├── MainUnit.dfm ├── MainUnit.pas ├── Round32BV.cfg ├── Round32BV.dof ├── Round32BV.dpr ├── Round32BV.res ├── Round32Unit.pas ├── Round32_JOH.pas └── RoundUnit.pas ├── RoundBV11 ├── MainUnit.dfm ├── MainUnit.pas ├── Round.cfg ├── Round.dof ├── Round.dpr ├── Round.res └── RoundUnit.pas ├── RoundToEXBV131 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── RoundToEXBV.bdsproj ├── RoundToEXBV.bdsproj.local ├── RoundToEXBV.cfg ├── RoundToEXBV.dof ├── RoundToEXBV.dpr ├── RoundToEXBV.res ├── RoundToEXBV.stat ├── RoundToEXDKCUnit.pas ├── RoundToEXJHUnit.pas ├── RoundToEXRefUnit.pas ├── RoundToEX_JOH.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── ScaleDownBV03 ├── ImageUnit.dfm ├── ImageUnit.pas ├── MainUnit.dfm ├── MainUnit.pas ├── ScaleDownBV.cfg ├── ScaleDownBV.dof ├── ScaleDownBV.dpr ├── ScaleDownBV.res ├── ScaleDownDKCUnit.pas └── ScaleDownRMKUnit.pas ├── SortBV.0.1.0 ├── D5Support.pas ├── Defines.inc ├── FastCodeChallengeUnit.pas ├── FastcodeChallengeManagementUnit.pas ├── FastcodeChallengeSortUnit.pas ├── FastcodeConsoleUnit.pas ├── MainFormUnit.dfm ├── MainFormUnit.pas ├── ReportFormUnit.dfm ├── ReportFormUnit.pas ├── ReportWriterUnit.pas ├── SortAZUnit.pas ├── SortBV.cfg ├── SortBV.dpr ├── SortBV.res ├── SortRTLUnit.pas ├── SortShaUnit.pas ├── SystemInfoUnit.pas └── UtilsUnit.pas ├── SortBV09 ├── D5Support.pas ├── Defines.inc ├── FastCodeChallengeUnit.pas ├── FastcodeChallengeManagementUnit.pas ├── FastcodeChallengeSortUnit.pas ├── FastcodeConsoleUnit.pas ├── MainFormUnit.dfm ├── MainFormUnit.pas ├── ReportFormUnit.dfm ├── ReportFormUnit.pas ├── ReportWriterUnit.pas ├── SortAZUnit.pas ├── SortBV.cfg ├── SortBV.dpr ├── SortBV.res ├── SortRTLUnit.pas ├── SortShaUnit.pas ├── SystemInfoUnit.pas └── UtilsUnit.pas ├── SpreadsheetCreator130 ├── AES │ └── __FunctionSizes.txt ├── AboutUnit.dfm ├── AboutUnit.pas ├── AnsiStringReplace │ ├── AnsiStringReplaceBenchmark202.xls │ ├── AnsiStringReplace_2.0.2_Benchmark_AMD_64X2.txt │ ├── AnsiStringReplace_2.0.2_Benchmark_Conroe.txt │ ├── AnsiStringReplace_2.0.2_Benchmark_Northwood.txt │ ├── AnsiStringReplace_2.0.2_Benchmark_Yonah.txt │ └── AnsiStringReplace_2.0.2_FunctionSizes.txt ├── Authors.Ini ├── CharPos │ ├── CharPosBenchmark520.xls │ ├── CharPosFunctionSizes.txt │ ├── CharPos_5.2.0_Benchmark_AMD_64X2.txt │ ├── CharPos_5.2.0_Benchmark_Northwood.txt │ └── CharPos_5.2.0_Benchmark_Yonah.txt ├── CharPosEY │ ├── CharPosEYBenchmark131.xls │ ├── CharPosEYFunctionSizes.txt │ ├── CharPosEY_1.3.1_Benchmark_AMD_64X2.txt │ ├── CharPosEY_1.3.1_Benchmark_Conroe.txt │ ├── CharPosEY_1.3.1_Benchmark_Northwood.txt │ └── CharPosEY_1.3.1_Benchmark_Yonah.txt ├── CharPosIEx │ ├── CharPosIExBenchmark104.xls │ ├── CharPosIEx_1.0.4_Benchmark_AMD_64X2.txt │ ├── CharPosIEx_1.0.4_Benchmark_Conroe.txt │ ├── CharPosIEx_1.0.4_Benchmark_Northwood.txt │ ├── CharPosIEx_1.0.4_Benchmark_Yonah.txt │ └── CharPosIEx_1.0.4_FunctionSizes.txt ├── CharPosRev │ ├── CharPosRevBenchmark101.xls │ ├── CharPosRev_1.0.1_Benchmark_AMD_64X2.txt │ ├── CharPosRev_1.0.1_Benchmark_Northwood.txt │ ├── CharPosRev_1.0.1_Benchmark_Yonah.txt │ └── CharPosRev_1.0.1_FunctionSizes.txt ├── CompareMem │ ├── CompareMemBenchmark201.xls │ ├── CompareMemFunctionSizes.txt │ ├── CompareMem_2.0.1_Benchmark_AMD_64X2.txt │ ├── CompareMem_2.0.1_Benchmark_Conroe.txt │ ├── CompareMem_2.0.1_Benchmark_Northwood.txt │ └── CompareMem_2.0.1_Benchmark_Yonah.txt ├── CompareStr │ ├── CompareStrBenchmark294.xls │ ├── CompareStr_2.9.4_Benchmark_AMD_64X2.txt │ ├── CompareStr_2.9.4_Benchmark_Conroe.txt │ ├── CompareStr_2.9.4_Benchmark_Northwood.txt │ ├── CompareStr_2.9.4_Benchmark_Yonah.txt │ └── CompareStr_2.9.4_FunctionSizes.txt ├── CompareText │ ├── CompareTextBenchmark153.xls │ ├── CompareText_1.5.3_Benchmark_AMD_64X2.txt │ ├── CompareText_1.5.3_Benchmark_Conroe.txt │ ├── CompareText_1.5.3_Benchmark_Northwood.txt │ ├── CompareText_1.5.3_Benchmark_Yonah.txt │ └── CompareText_1.5.3_FunctionSizes.txt ├── Excel_TLB.dcr ├── Excel_TLB.pas ├── FillChar │ ├── FillCharBenchmark163.xls │ ├── FillChar_1.6.3_Benchmark_AMD_64X2.txt │ ├── FillChar_1.6.3_Benchmark_Northwood.txt │ ├── FillChar_1.6.3_Benchmark_Yonah.txt │ └── FillChar_1.6.3_FunctionSizes.txt ├── GCD32 │ ├── GCD32Benchmark151.xls │ ├── GCD32_1.5.1_Benchmark_AMD_64X2.txt │ ├── GCD32_1.5.1_Benchmark_Northwood.txt │ ├── GCD32_1.5.1_Benchmark_Yonah.txt │ └── GCD32_1.5.1_FunctionSizes.txt ├── HelperUnit.dfm ├── HelperUnit.pas ├── Int64Div │ ├── Int64DivBenchmark412.xls │ ├── Int64Div_4.1.2_Benchmark_AMD_64X2.txt │ ├── Int64Div_4.1.2_Benchmark_Conroe.txt │ ├── Int64Div_4.1.2_Benchmark_Northwood.txt │ ├── Int64Div_4.1.2_Benchmark_Yonah.txt │ └── Int64Div_4.1.2_FunctionSizes.txt ├── Int64Mul │ ├── Int64MulBenchmark140.xls │ ├── Int64Mul_1.4.0_Benchmark_AMD_64X2.txt │ ├── Int64Mul_1.4.0_Benchmark_Northwood.txt │ ├── Int64Mul_1.4.0_Benchmark_Yonah.txt │ └── Int64Mul_1.4.0_FunctionSizes.txt ├── IsPrime │ ├── IsPrimeBenchmark722.xls │ ├── IsPrime_7.2.2_Benchmark_AMD_64X2.txt │ ├── IsPrime_7.2.2_Benchmark_Northwood.txt │ ├── IsPrime_7.2.2_Benchmark_Yonah.txt │ └── IsPrime_7.2.2_FunctionSizes.txt ├── LowerCase │ ├── LowerCaseBenchmark352.xls │ ├── LowerCase_3.5.2_Benchmark_AMD_64X2.txt │ ├── LowerCase_3.5.2_Benchmark_Conroe.txt │ ├── LowerCase_3.5.2_Benchmark_Northwood.txt │ ├── LowerCase_3.5.2_Benchmark_Yonah.txt │ └── LowerCase_3.5.2_FunctionSizes.txt ├── MainUnit.dfm ├── MainUnit.pas ├── MaxInt │ ├── MaxIntBenchmark181.xls │ ├── MaxInt_1.8.1_Benchmark_AMD_64X2.txt │ ├── MaxInt_1.8.1_Benchmark_Conroe.txt │ ├── MaxInt_1.8.1_Benchmark_Northwood.txt │ ├── MaxInt_1.8.1_Benchmark_Yonah.txt │ └── MaxInt_1.8.1_FunctionSizes.txt ├── MaxInt64 │ ├── MaxInt64Benchmark160.xls │ ├── MaxInt64_1.6.0_Benchmark_AMD_64X2.txt │ ├── MaxInt64_1.6.0_Benchmark_Conroe.txt │ ├── MaxInt64_1.6.0_Benchmark_Northwood.txt │ ├── MaxInt64_1.6.0_Benchmark_Yonah.txt │ └── MaxInt64_1.6.0_FunctionSizes.txt ├── MinInt │ ├── MinIntBenchmark140.xls │ ├── MinInt_1.4.0_Benchmark_AMD_64X2.txt │ ├── MinInt_1.4.0_Benchmark_Conroe.txt │ ├── MinInt_1.4.0_Benchmark_Northwood.txt │ ├── MinInt_1.4.0_Benchmark_Yonah.txt │ └── MinInt_1.4.0_FunctionSizes.txt ├── MinInt64 │ ├── MinInt64Benchmark150.xls │ ├── MinInt64_1.5.0_Benchmark_AMD_64X2.txt │ ├── MinInt64_1.5.0_Benchmark_Northwood.txt │ ├── MinInt64_1.5.0_Benchmark_Yonah.txt │ └── MinInt64_1.5.0_FunctionSizes.txt ├── Move │ ├── MoveBenchmark941.xls │ ├── Move_9.4.1_Benchmark_AMD_64X2.txt │ ├── Move_9.4.1_Benchmark_Conroe.txt │ ├── Move_9.4.1_Benchmark_Northwood.txt │ ├── Move_9.4.1_Benchmark_Yonah.txt │ └── Move_9.4.1_FunctionSizes.txt ├── Office_TLB.dcr ├── Office_TLB.pas ├── OptionsUnit.dfm ├── OptionsUnit.pas ├── Pos │ ├── PosBenchmark560.xls │ ├── Pos_5.6.0_Benchmark_AMD_64X2.txt │ ├── Pos_5.6.0_Benchmark_Conroe.txt │ ├── Pos_5.6.0_Benchmark_Northwood.txt │ ├── Pos_5.6.0_Benchmark_Yonah.txt │ └── Pos_5.6.0_FunctionSizes.txt ├── PosEx │ ├── PosExBenchmark164.xls │ ├── PosEx_1.6.4_Benchmark_AMD_64X2.txt │ ├── PosEx_1.6.4_Benchmark_Conroe.txt │ ├── PosEx_1.6.4_Benchmark_Northwood.txt │ ├── PosEx_1.6.4_Benchmark_Yonah.txt │ └── PosEx_1.6.4_FunctionSizes.txt ├── PosIEx │ ├── PosIEXBenchmark130.xls │ ├── PosIEX_1.3.0_Benchmark_AMD_64X2.txt │ ├── PosIEX_1.3.0_Benchmark_Conroe.txt │ ├── PosIEX_1.3.0_Benchmark_Northwood.txt │ ├── PosIEX_1.3.0_Benchmark_Yonah.txt │ └── PosIEX_1.3.0_FunctionSizes.txt ├── RGBToBGR │ ├── RGBAToBGRABenchmark143.xls │ ├── RGBAToBGRA_1.4.3_Benchmark_AMD_64X2.txt │ ├── RGBAToBGRA_1.4.3_Benchmark_Conroe.txt │ ├── RGBAToBGRA_1.4.3_Benchmark_Northwood.txt │ ├── RGBAToBGRA_1.4.3_Benchmark_Yonah.txt │ └── RGBAToBGRA_1.4.3_FunctionSizes.txt ├── RoundToEx │ ├── RoundToExBenchmark140.xls │ ├── RoundToEx_1.4.0_Benchmark_AMD_64X2.txt │ ├── RoundToEx_1.4.0_Benchmark_Conroe.txt │ ├── RoundToEx_1.4.0_Benchmark_Northwood.txt │ ├── RoundToEx_1.4.0_Benchmark_Yonah.txt │ └── RoundToEx_1.4.0_FunctionSizes.txt ├── SpreadsheetCreator.bdsproj ├── SpreadsheetCreator.cfg ├── SpreadsheetCreator.dpr ├── SpreadsheetCreator.dproj ├── SpreadsheetCreator.res ├── SpreadsheetCreator.todo ├── StrComp │ ├── StrCompBenchmark270.xls │ ├── StrComp_2.7.0_Benchmark_AMD_64X2.txt │ ├── StrComp_2.7.0_Benchmark_Conroe.txt │ ├── StrComp_2.7.0_Benchmark_Northwood.txt │ ├── StrComp_2.7.0_Benchmark_Yonah.txt │ └── StrComp_2.7.0_FunctionSizes.txt ├── StrCopy │ ├── StrCopyBenchmark380.xls │ ├── StrCopy_3.8.0_Benchmark_AMD_64X2.txt │ ├── StrCopy_3.8.0_Benchmark_Conroe.txt │ ├── StrCopy_3.8.0_Benchmark_Northwood.txt │ ├── StrCopy_3.8.0_Benchmark_Yonah.txt │ └── StrCopy_3.8.0_FunctionSizes.txt ├── StrIComp │ ├── StrICompBenchmark130.xls │ ├── StrIComp_1.3.0_Benchmark_AMD_64X2.txt │ ├── StrIComp_1.3.0_Benchmark_Conroe.txt │ ├── StrIComp_1.3.0_Benchmark_Northwood.txt │ ├── StrIComp_1.3.0_Benchmark_Yonah.txt │ └── StrIComp_1.3.0_FunctionSizes.txt ├── StrLen │ ├── StrLenBenchmark142.xls │ ├── StrLen_1.4.2_Benchmark_AMD_64X2.txt │ ├── StrLen_1.4.2_Benchmark_Conroe.txt │ ├── StrLen_1.4.2_Benchmark_Northwood.txt │ ├── StrLen_1.4.2_Benchmark_Yonah.txt │ └── StrLen_1.4.2_FunctionSizes.txt ├── StrToInt32 │ ├── StrToInt32Benchmark107.xls │ ├── StrToInt32_1.0.7_Benchmark_AMD_64X2.txt │ ├── StrToInt32_1.0.7_Benchmark_Conroe.txt │ ├── StrToInt32_1.0.7_Benchmark_Northwood.txt │ ├── StrToInt32_1.0.7_Benchmark_Yonah.txt │ └── StrToInt32_1.0.7_FunctionSizes.txt ├── Trim │ ├── TrimBenchmark070.xls │ ├── Trim_0.7.0_Benchmark_AMD_64X2.txt │ ├── Trim_0.7.0_Benchmark_Conroe.txt │ ├── Trim_0.7.0_Benchmark_Northwood.txt │ ├── Trim_0.7.0_Benchmark_Yonah.txt │ └── Trim_0.7.0_FunctionSizes.txt ├── UpperCase │ ├── UpperCaseBenchmark365.xls │ ├── UpperCase_3.6.5_Benchmark_AMD_64X2.txt │ ├── UpperCase_3.6.5_Benchmark_Conroe.txt │ ├── UpperCase_3.6.5_Benchmark_Northwood.txt │ ├── UpperCase_3.6.5_Benchmark_Yonah.txt │ └── UpperCase_3.6.5_FunctionSizes.txt ├── VBIDE_TLB.dcr └── VBIDE_TLB.pas ├── StrComp270 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── StrCompBV.bdsproj ├── StrCompBV.bdsproj.local ├── StrCompBV.cfg ├── StrCompBV.dpr ├── StrCompBV.res ├── StrCompBV.stat ├── StrCompDFLUnit.pas ├── StrCompDKCUnit.pas ├── StrCompFunctionSizes.txt ├── StrCompJOHUnit.pas ├── StrCompRCUnit.pas ├── StrCompRDUnit.pas ├── StrCompRTLUnit.pas ├── StrCompShaUnit.pas ├── StrLCompJOHUnit.pas ├── StrLCompRTLUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── StrCopyBV380 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── StrCopyASUnit.pas ├── StrCopyBenchValid.bdsproj ├── StrCopyBenchValid.cfg ├── StrCopyBenchValid.dex ├── StrCopyBenchValid.dof ├── StrCopyBenchValid.dpr ├── StrCopyBenchValid.res ├── StrCopyBenchValid.stat ├── StrCopyBenchValid_FastMM4.bdsproj ├── StrCopyBenchValid_FastMM4.cfg ├── StrCopyBenchValid_FastMM4.dex ├── StrCopyBenchValid_FastMM4.dpr ├── StrCopyBenchValid_FastMM4.res ├── StrCopyDKCUnit.pas ├── StrCopyJOHUnit.pas ├── StrCopyLBGUnit.pas ├── StrCopySHAUnit.pas ├── StrCopyUnit.pas ├── StrCopy_3.8.0_FunctionSizes.txt ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── StrICompBV131 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── StrICompBV.bdsproj ├── StrICompBV.cfg ├── StrICompBV.dpr ├── StrICompBV.res ├── StrICompBV.stat ├── StrICompDFL.pas ├── StrICompDKCUnit.pas ├── StrICompFunctionSizes.txt ├── StrICompJOHUnit.pas ├── StrIComp_1.3.1_FunctionSizes.txt ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── StrLComp020 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── StrLCompBV.bdsproj ├── StrLCompBV.cfg ├── StrLCompBV.dpr ├── StrLCompBV.res ├── StrLCompJOHUnit.pas ├── StrLCompRTLUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── StrLIComp020 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── StrLICompBV.bdsproj ├── StrLICompBV.cfg ├── StrLICompBV.dpr ├── StrLICompBV.res ├── StrLICompJOHUnit.pas ├── StrLICompRTLUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── StrLenBV132 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── StrLenBV.bdsproj ├── StrLenBV.cfg ├── StrLenBV.dex ├── StrLenBV.dpr ├── StrLenBV.res ├── StrLenBV.stat ├── StrLenDKCUnit.pas ├── StrLenFunctionSizes.txt ├── StrLenJOHUnit.pas ├── StrLenLBGUnit.pas ├── StrLenPLRUnit.pas ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat └── ValidateD7.bat ├── StrToInt32BV107 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── StrToInt32BV.bdsproj ├── StrToInt32BV.cfg ├── StrToInt32BV.dof ├── StrToInt32BV.dpr ├── StrToInt32BV.res ├── StrToInt32DKCUnit.pas ├── StrToInt32JOHUnit.pas ├── StrToInt32JOHUnit2.pas ├── StrToInt32RTLUnit.pas ├── StrToInt32_1.0.7_FunctionSizes.txt ├── SystemInfoUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── TrimBV100 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BenchStability.xls ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD2007.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── TrimBV.dpr ├── TrimBV.dproj ├── TrimBV.res ├── TrimDKCUnit.pas ├── TrimDLAUnit.pas ├── TrimJOHUnit.pas ├── TrimPLRUnit.pas ├── TrimRTLUnit.pas ├── TrimStatUnit.pas ├── Trim_1.0.0_FunctionSizes.txt ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD2007.bat └── ValidateD7.bat ├── Trunc32BV10 ├── MainUnit.dfm ├── MainUnit.pas ├── Trunc32BV.cfg ├── Trunc32BV.dof ├── Trunc32BV.dpr ├── Trunc32BV.res ├── Trunc32DFLUnit.pas ├── Trunc32DKCUnit.pas ├── Trunc32JOHUnit.pas └── Trunc32Unit.pas ├── TruncBV171 ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastcodeCPUID.pas ├── FunctionSizes.txt ├── MainUnit.dfm ├── MainUnit.pas ├── SystemInfoUnit.pas ├── TruncBV.bdsproj ├── TruncBV.cfg ├── TruncBV.dpr ├── TruncBV.res ├── TruncJOHUnit.pas ├── TruncPLRUnit.pas ├── TruncUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat └── ValidateD7.bat ├── UpperCaseBV365 ├── AboutUnit.dfm ├── AboutUnit.pas ├── BuildAll.bat ├── BuildD2005.bat ├── BuildD2006.bat ├── BuildD6.bat ├── BuildD7.bat ├── BuildOneBV.bat ├── Defines.inc ├── FastCode.inc ├── FastcodeCPUID.pas ├── MainUnit.dfm ├── MainUnit.dfm.cbk ├── MainUnit.pas ├── SystemInfoUnit.pas ├── UpperCaseBV.bdsproj ├── UpperCaseBV.cfg ├── UpperCaseBV.dof ├── UpperCaseBV.dpr ├── UpperCaseBV.res ├── UpperCaseBV.stat ├── UpperCaseBV_FastMM4.bdsproj ├── UpperCaseBV_FastMM4.cfg ├── UpperCaseBV_FastMM4.dpr ├── UpperCaseBV_FastMM4.res ├── UpperCaseDKCUnit.pas ├── UpperCaseFunctionSizes.txt ├── UpperCaseJOHUnit.pas ├── UpperCaseRTLUnit.pas ├── UpperCaseSHAUnit.pas ├── ValidateAll.bat ├── ValidateD2005.bat ├── ValidateD2006.bat ├── ValidateD6.bat ├── ValidateD7.bat └── version.inc └── ValBV072 ├── FastcodeCPUID.pas ├── FastcodeChallengeManagementUnit.pas ├── FastcodeChallengeUnit.pas ├── FastcodeChallengeValExtUnit.pas ├── FastcodeChallengeValInt64Unit.pas ├── FastcodeChallengeValLongUnit.pas ├── FastcodeConsoleUnit.pas ├── MainFormUnit.dfm ├── MainFormUnit.pas ├── ReportFormUnit.dfm ├── ReportFormUnit.pas ├── ReportWriterUnit.pas ├── SystemInfoUnit.pas ├── UtilsUnit.pas ├── ValBV.bdsproj ├── ValBV.bdsproj.local ├── ValBV.cfg ├── ValBV.dof ├── ValBV.dpr ├── ValBV.res ├── ValDKCUnit.pas ├── ValJOHUnit.pas ├── ValLBGUnit.pas ├── ValRTLUnit.pas └── version.inc /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/.gitignore -------------------------------------------------------------------------------- /AESBV15/AESBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESBV.cfg -------------------------------------------------------------------------------- /AESBV15/AESBV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESBV.dof -------------------------------------------------------------------------------- /AESBV15/AESBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESBV.dpr -------------------------------------------------------------------------------- /AESBV15/AESBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESBV.res -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit10.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit10.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit11.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit11.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit12.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit12.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit13.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit13.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit14.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit14.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit15.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit15.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit16.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit16.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit17.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit17.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit18.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit18.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit19.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit19.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit20.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit20.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit21.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit21.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit22.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit22.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit23.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit23.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit24.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit24.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit25.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit25.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit26.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit26.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit27.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit27.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit28.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit28.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit29.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit29.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit30.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit30.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit31.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit31.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit32.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit32.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit33.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit33.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit34.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit34.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit35.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit35.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit36.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit36.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit37.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit37.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit38.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit38.pas -------------------------------------------------------------------------------- /AESBV15/AESDKCUnit39.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESDKCUnit39.pas -------------------------------------------------------------------------------- /AESBV15/AESLBGUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESLBGUnit.pas -------------------------------------------------------------------------------- /AESBV15/AESReferenceUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESReferenceUnit.pas -------------------------------------------------------------------------------- /AESBV15/AESTurboLockUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESTurboLockUnit.pas -------------------------------------------------------------------------------- /AESBV15/AESUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESUnit.pas -------------------------------------------------------------------------------- /AESBV15/AESWE6.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESWE6.pas -------------------------------------------------------------------------------- /AESBV15/AESWEUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AESWEUnit.pas -------------------------------------------------------------------------------- /AESBV15/AES_Base.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AES_Base.pas -------------------------------------------------------------------------------- /AESBV15/AES_Encr.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AES_Encr.pas -------------------------------------------------------------------------------- /AESBV15/AES_JOH.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AES_JOH.pas -------------------------------------------------------------------------------- /AESBV15/AES_JOH_2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AES_JOH_2.pas -------------------------------------------------------------------------------- /AESBV15/AES_Type.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/AES_Type.pas -------------------------------------------------------------------------------- /AESBV15/LbRDL.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/LbRDL.inc -------------------------------------------------------------------------------- /AESBV15/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/MainUnit.dfm -------------------------------------------------------------------------------- /AESBV15/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/MainUnit.pas -------------------------------------------------------------------------------- /AESBV15/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/README -------------------------------------------------------------------------------- /AESBV15/README.sig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/README.sig -------------------------------------------------------------------------------- /AESBV15/aes_decr.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/aes_decr.pas -------------------------------------------------------------------------------- /AESBV15/manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/manifest -------------------------------------------------------------------------------- /AESBV15/std.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/std.inc -------------------------------------------------------------------------------- /AESBV15/t_aes_se.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/AESBV15/t_aes_se.dpr -------------------------------------------------------------------------------- /ArcCosBV171/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/AboutUnit.dfm -------------------------------------------------------------------------------- /ArcCosBV171/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/AboutUnit.pas -------------------------------------------------------------------------------- /ArcCosBV171/ArcCosBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/ArcCosBV.bdsproj -------------------------------------------------------------------------------- /ArcCosBV171/ArcCosBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/ArcCosBV.cfg -------------------------------------------------------------------------------- /ArcCosBV171/ArcCosBV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/ArcCosBV.dof -------------------------------------------------------------------------------- /ArcCosBV171/ArcCosBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/ArcCosBV.dpr -------------------------------------------------------------------------------- /ArcCosBV171/ArcCosBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/ArcCosBV.res -------------------------------------------------------------------------------- /ArcCosBV171/ArcCosBV.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/ArcCosBV.stat -------------------------------------------------------------------------------- /ArcCosBV171/ArcCosBV.todo: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ArcCosBV171/ArcCosUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/ArcCosUnit.pas -------------------------------------------------------------------------------- /ArcCosBV171/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/BuildAll.bat -------------------------------------------------------------------------------- /ArcCosBV171/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/BuildD2005.bat -------------------------------------------------------------------------------- /ArcCosBV171/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/BuildD2006.bat -------------------------------------------------------------------------------- /ArcCosBV171/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/BuildD7.bat -------------------------------------------------------------------------------- /ArcCosBV171/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/BuildOneBV.bat -------------------------------------------------------------------------------- /ArcCosBV171/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/Defines.inc -------------------------------------------------------------------------------- /ArcCosBV171/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/MainUnit.dfm -------------------------------------------------------------------------------- /ArcCosBV171/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/MainUnit.pas -------------------------------------------------------------------------------- /ArcCosBV171/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/ValidateAll.bat -------------------------------------------------------------------------------- /ArcCosBV171/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcCosBV171/ValidateD7.bat -------------------------------------------------------------------------------- /ArcSinBV251/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/AboutUnit.dfm -------------------------------------------------------------------------------- /ArcSinBV251/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/AboutUnit.pas -------------------------------------------------------------------------------- /ArcSinBV251/ArcSinBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/ArcSinBV.bdsproj -------------------------------------------------------------------------------- /ArcSinBV251/ArcSinBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/ArcSinBV.cfg -------------------------------------------------------------------------------- /ArcSinBV251/ArcSinBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/ArcSinBV.dpr -------------------------------------------------------------------------------- /ArcSinBV251/ArcSinBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/ArcSinBV.res -------------------------------------------------------------------------------- /ArcSinBV251/ArcSinBV.todo: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ArcSinBV251/ArcSinUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/ArcSinUnit.pas -------------------------------------------------------------------------------- /ArcSinBV251/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/BuildAll.bat -------------------------------------------------------------------------------- /ArcSinBV251/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/BuildD2005.bat -------------------------------------------------------------------------------- /ArcSinBV251/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/BuildD2006.bat -------------------------------------------------------------------------------- /ArcSinBV251/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/BuildD7.bat -------------------------------------------------------------------------------- /ArcSinBV251/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/BuildOneBV.bat -------------------------------------------------------------------------------- /ArcSinBV251/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/Defines.inc -------------------------------------------------------------------------------- /ArcSinBV251/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/MainUnit.dfm -------------------------------------------------------------------------------- /ArcSinBV251/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/MainUnit.pas -------------------------------------------------------------------------------- /ArcSinBV251/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/ValidateAll.bat -------------------------------------------------------------------------------- /ArcSinBV251/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ArcSinBV251/ValidateD7.bat -------------------------------------------------------------------------------- /Ceil32BV141/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/AboutUnit.dfm -------------------------------------------------------------------------------- /Ceil32BV141/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/AboutUnit.pas -------------------------------------------------------------------------------- /Ceil32BV141/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/BuildAll.bat -------------------------------------------------------------------------------- /Ceil32BV141/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/BuildD2005.bat -------------------------------------------------------------------------------- /Ceil32BV141/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/BuildD2006.bat -------------------------------------------------------------------------------- /Ceil32BV141/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/BuildD6.bat -------------------------------------------------------------------------------- /Ceil32BV141/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/BuildD7.bat -------------------------------------------------------------------------------- /Ceil32BV141/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/BuildOneBV.bat -------------------------------------------------------------------------------- /Ceil32BV141/Ceil32.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/Ceil32.bdsproj -------------------------------------------------------------------------------- /Ceil32BV141/Ceil32.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Ceil32BV141/Ceil32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/Ceil32.cfg -------------------------------------------------------------------------------- /Ceil32BV141/Ceil32.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/Ceil32.dpr -------------------------------------------------------------------------------- /Ceil32BV141/Ceil32.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/Ceil32.res -------------------------------------------------------------------------------- /Ceil32BV141/Ceil32.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/Ceil32.stat -------------------------------------------------------------------------------- /Ceil32BV141/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/Defines.inc -------------------------------------------------------------------------------- /Ceil32BV141/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/MainUnit.dfm -------------------------------------------------------------------------------- /Ceil32BV141/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/MainUnit.pas -------------------------------------------------------------------------------- /Ceil32BV141/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/ValidateAll.bat -------------------------------------------------------------------------------- /Ceil32BV141/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/ValidateD6.bat -------------------------------------------------------------------------------- /Ceil32BV141/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil32BV141/ValidateD7.bat -------------------------------------------------------------------------------- /Ceil64BV01/Ceil64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil64BV01/Ceil64.cfg -------------------------------------------------------------------------------- /Ceil64BV01/Ceil64.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil64BV01/Ceil64.dpr -------------------------------------------------------------------------------- /Ceil64BV01/Ceil64.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil64BV01/Ceil64.res -------------------------------------------------------------------------------- /Ceil64BV01/CeilDKCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil64BV01/CeilDKCUnit.pas -------------------------------------------------------------------------------- /Ceil64BV01/CeilJOHUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil64BV01/CeilJOHUnit.pas -------------------------------------------------------------------------------- /Ceil64BV01/CeilRefUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil64BV01/CeilRefUnit.pas -------------------------------------------------------------------------------- /Ceil64BV01/Ceil_JOH.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil64BV01/Ceil_JOH.pas -------------------------------------------------------------------------------- /Ceil64BV01/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil64BV01/MainUnit.dfm -------------------------------------------------------------------------------- /Ceil64BV01/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Ceil64BV01/MainUnit.pas -------------------------------------------------------------------------------- /CharPosBV520/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/BuildAll.bat -------------------------------------------------------------------------------- /CharPosBV520/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/BuildD2005.bat -------------------------------------------------------------------------------- /CharPosBV520/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/BuildD2006.bat -------------------------------------------------------------------------------- /CharPosBV520/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/BuildD6.bat -------------------------------------------------------------------------------- /CharPosBV520/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/BuildD7.bat -------------------------------------------------------------------------------- /CharPosBV520/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/BuildOneBV.bat -------------------------------------------------------------------------------- /CharPosBV520/CharPosBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /CharPosBV520/CharPosBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/CharPosBV.cfg -------------------------------------------------------------------------------- /CharPosBV520/CharPosBV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/CharPosBV.dof -------------------------------------------------------------------------------- /CharPosBV520/CharPosBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/CharPosBV.dpr -------------------------------------------------------------------------------- /CharPosBV520/CharPosBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/CharPosBV.res -------------------------------------------------------------------------------- /CharPosBV520/CharPosBV.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/CharPosBV.stat -------------------------------------------------------------------------------- /CharPosBV520/CharPosUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/CharPosUnit.pas -------------------------------------------------------------------------------- /CharPosBV520/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/Defines.inc -------------------------------------------------------------------------------- /CharPosBV520/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/MainUnit.dfm -------------------------------------------------------------------------------- /CharPosBV520/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/MainUnit.pas -------------------------------------------------------------------------------- /CharPosBV520/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/ValidateAll.bat -------------------------------------------------------------------------------- /CharPosBV520/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/ValidateD6.bat -------------------------------------------------------------------------------- /CharPosBV520/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosBV520/ValidateD7.bat -------------------------------------------------------------------------------- /CharPosEYBV131/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosEYBV131/BuildAll.bat -------------------------------------------------------------------------------- /CharPosEYBV131/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosEYBV131/BuildD6.bat -------------------------------------------------------------------------------- /CharPosEYBV131/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosEYBV131/BuildD7.bat -------------------------------------------------------------------------------- /CharPosEYBV131/CharPosEYBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /CharPosEYBV131/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosEYBV131/Defines.inc -------------------------------------------------------------------------------- /CharPosEYBV131/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosEYBV131/MainUnit.dfm -------------------------------------------------------------------------------- /CharPosEYBV131/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosEYBV131/MainUnit.pas -------------------------------------------------------------------------------- /CharPosIExBV104/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosIExBV104/BuildAll.bat -------------------------------------------------------------------------------- /CharPosIExBV104/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosIExBV104/BuildD7.bat -------------------------------------------------------------------------------- /CharPosIExBV104/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosIExBV104/Defines.inc -------------------------------------------------------------------------------- /CharPosIExBV104/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosIExBV104/MainUnit.dfm -------------------------------------------------------------------------------- /CharPosIExBV104/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosIExBV104/MainUnit.pas -------------------------------------------------------------------------------- /CharPosRevBV101/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosRevBV101/BuildAll.bat -------------------------------------------------------------------------------- /CharPosRevBV101/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosRevBV101/BuildD7.bat -------------------------------------------------------------------------------- /CharPosRevBV101/CharPosRevBV.Ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | SelectedFunction=139 3 | -------------------------------------------------------------------------------- /CharPosRevBV101/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosRevBV101/Defines.inc -------------------------------------------------------------------------------- /CharPosRevBV101/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosRevBV101/MainUnit.dfm -------------------------------------------------------------------------------- /CharPosRevBV101/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CharPosRevBV101/MainUnit.pas -------------------------------------------------------------------------------- /CompareMemBV201/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareMemBV201/BuildAll.bat -------------------------------------------------------------------------------- /CompareMemBV201/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareMemBV201/BuildD6.bat -------------------------------------------------------------------------------- /CompareMemBV201/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareMemBV201/BuildD7.bat -------------------------------------------------------------------------------- /CompareMemBV201/CompareMemBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /CompareMemBV201/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareMemBV201/Defines.inc -------------------------------------------------------------------------------- /CompareMemBV201/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareMemBV201/MainUnit.dfm -------------------------------------------------------------------------------- /CompareMemBV201/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareMemBV201/MainUnit.pas -------------------------------------------------------------------------------- /CompareStrBV294/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareStrBV294/BuildAll.bat -------------------------------------------------------------------------------- /CompareStrBV294/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareStrBV294/BuildD6.bat -------------------------------------------------------------------------------- /CompareStrBV294/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareStrBV294/BuildD7.bat -------------------------------------------------------------------------------- /CompareStrBV294/CompareStrBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /CompareStrBV294/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareStrBV294/Defines.inc -------------------------------------------------------------------------------- /CompareStrBV294/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareStrBV294/MainUnit.dfm -------------------------------------------------------------------------------- /CompareStrBV294/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareStrBV294/MainUnit.pas -------------------------------------------------------------------------------- /CompareText153/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareText153/AboutUnit.dfm -------------------------------------------------------------------------------- /CompareText153/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareText153/AboutUnit.pas -------------------------------------------------------------------------------- /CompareText153/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareText153/BuildAll.bat -------------------------------------------------------------------------------- /CompareText153/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareText153/BuildD6.bat -------------------------------------------------------------------------------- /CompareText153/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareText153/BuildD7.bat -------------------------------------------------------------------------------- /CompareText153/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareText153/Defines.inc -------------------------------------------------------------------------------- /CompareText153/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareText153/MainUnit.dfm -------------------------------------------------------------------------------- /CompareText153/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/CompareText153/MainUnit.pas -------------------------------------------------------------------------------- /ComplexRegtDivBV120/ComplexRegtDivBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /ComplexRegtSubBV120/ComplexRegtSubBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /FastMove303/FastMove.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FastMove303/FastMove.pas -------------------------------------------------------------------------------- /FillCharBV163/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/BuildAll.bat -------------------------------------------------------------------------------- /FillCharBV163/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/BuildD2005.bat -------------------------------------------------------------------------------- /FillCharBV163/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/BuildD2006.bat -------------------------------------------------------------------------------- /FillCharBV163/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/BuildD6.bat -------------------------------------------------------------------------------- /FillCharBV163/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/BuildD7.bat -------------------------------------------------------------------------------- /FillCharBV163/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/BuildOneBV.bat -------------------------------------------------------------------------------- /FillCharBV163/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/Defines.inc -------------------------------------------------------------------------------- /FillCharBV163/FillCharBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/FillCharBV.dpr -------------------------------------------------------------------------------- /FillCharBV163/FillCharBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/FillCharBV.res -------------------------------------------------------------------------------- /FillCharBV163/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/MainUnit.dfm -------------------------------------------------------------------------------- /FillCharBV163/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/MainUnit.pas -------------------------------------------------------------------------------- /FillCharBV163/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/ValidateD6.bat -------------------------------------------------------------------------------- /FillCharBV163/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FillCharBV163/ValidateD7.bat -------------------------------------------------------------------------------- /Floor32BV141/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/AboutUnit.dfm -------------------------------------------------------------------------------- /Floor32BV141/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/AboutUnit.pas -------------------------------------------------------------------------------- /Floor32BV141/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/BuildAll.bat -------------------------------------------------------------------------------- /Floor32BV141/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/BuildD2005.bat -------------------------------------------------------------------------------- /Floor32BV141/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/BuildD2006.bat -------------------------------------------------------------------------------- /Floor32BV141/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/BuildD6.bat -------------------------------------------------------------------------------- /Floor32BV141/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/BuildD7.bat -------------------------------------------------------------------------------- /Floor32BV141/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/BuildOneBV.bat -------------------------------------------------------------------------------- /Floor32BV141/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/Defines.inc -------------------------------------------------------------------------------- /Floor32BV141/Floor32.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/Floor32.bdsproj -------------------------------------------------------------------------------- /Floor32BV141/Floor32.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Floor32BV141/Floor32.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/Floor32.cfg -------------------------------------------------------------------------------- /Floor32BV141/Floor32.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/Floor32.dpr -------------------------------------------------------------------------------- /Floor32BV141/Floor32.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/Floor32.res -------------------------------------------------------------------------------- /Floor32BV141/Floor32.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/Floor32.stat -------------------------------------------------------------------------------- /Floor32BV141/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/MainUnit.dfm -------------------------------------------------------------------------------- /Floor32BV141/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/MainUnit.pas -------------------------------------------------------------------------------- /Floor32BV141/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/ValidateAll.bat -------------------------------------------------------------------------------- /Floor32BV141/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/ValidateD6.bat -------------------------------------------------------------------------------- /Floor32BV141/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Floor32BV141/ValidateD7.bat -------------------------------------------------------------------------------- /FloorBV11/Floor.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FloorBV11/Floor.cfg -------------------------------------------------------------------------------- /FloorBV11/Floor.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FloorBV11/Floor.dof -------------------------------------------------------------------------------- /FloorBV11/Floor.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FloorBV11/Floor.dpr -------------------------------------------------------------------------------- /FloorBV11/Floor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FloorBV11/Floor.res -------------------------------------------------------------------------------- /FloorBV11/FloorJOHUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FloorBV11/FloorJOHUnit.pas -------------------------------------------------------------------------------- /FloorBV11/FloorUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FloorBV11/FloorUnit.pas -------------------------------------------------------------------------------- /FloorBV11/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FloorBV11/MainUnit.dfm -------------------------------------------------------------------------------- /FloorBV11/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/FloorBV11/MainUnit.pas -------------------------------------------------------------------------------- /IDCTBV060/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/AboutUnit.dfm -------------------------------------------------------------------------------- /IDCTBV060/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/AboutUnit.pas -------------------------------------------------------------------------------- /IDCTBV060/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/BuildAll.bat -------------------------------------------------------------------------------- /IDCTBV060/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/BuildD2005.bat -------------------------------------------------------------------------------- /IDCTBV060/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/BuildD2006.bat -------------------------------------------------------------------------------- /IDCTBV060/BuildD2007.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/BuildD2007.bat -------------------------------------------------------------------------------- /IDCTBV060/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/BuildD7.bat -------------------------------------------------------------------------------- /IDCTBV060/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/BuildOneBV.bat -------------------------------------------------------------------------------- /IDCTBV060/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/Defines.inc -------------------------------------------------------------------------------- /IDCTBV060/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/FastcodeCPUID.pas -------------------------------------------------------------------------------- /IDCTBV060/IDCTBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/IDCTBV.dpr -------------------------------------------------------------------------------- /IDCTBV060/IDCTBV.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/IDCTBV.dproj -------------------------------------------------------------------------------- /IDCTBV060/IDCTBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/IDCTBV.res -------------------------------------------------------------------------------- /IDCTBV060/IDCTREFUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/IDCTREFUnit.pas -------------------------------------------------------------------------------- /IDCTBV060/IDCT_DKC_Unit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/IDCT_DKC_Unit.pas -------------------------------------------------------------------------------- /IDCTBV060/IDCT_LC_Unit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/IDCT_LC_Unit.pas -------------------------------------------------------------------------------- /IDCTBV060/IDCT_NH_Unit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/IDCT_NH_Unit.pas -------------------------------------------------------------------------------- /IDCTBV060/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/MainUnit.dfm -------------------------------------------------------------------------------- /IDCTBV060/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/MainUnit.pas -------------------------------------------------------------------------------- /IDCTBV060/SystemInfoUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/SystemInfoUnit.pas -------------------------------------------------------------------------------- /IDCTBV060/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/ValidateAll.bat -------------------------------------------------------------------------------- /IDCTBV060/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/ValidateD2005.bat -------------------------------------------------------------------------------- /IDCTBV060/ValidateD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/ValidateD2006.bat -------------------------------------------------------------------------------- /IDCTBV060/ValidateD2007.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/ValidateD2007.bat -------------------------------------------------------------------------------- /IDCTBV060/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IDCTBV060/ValidateD7.bat -------------------------------------------------------------------------------- /Int64DivBV412/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/AboutUnit.dfm -------------------------------------------------------------------------------- /Int64DivBV412/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/AboutUnit.pas -------------------------------------------------------------------------------- /Int64DivBV412/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/BuildAll.bat -------------------------------------------------------------------------------- /Int64DivBV412/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/BuildD2005.bat -------------------------------------------------------------------------------- /Int64DivBV412/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/BuildD2006.bat -------------------------------------------------------------------------------- /Int64DivBV412/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/BuildD7.bat -------------------------------------------------------------------------------- /Int64DivBV412/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/BuildOneBV.bat -------------------------------------------------------------------------------- /Int64DivBV412/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/Defines.inc -------------------------------------------------------------------------------- /Int64DivBV412/Int64DivBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/Int64DivBV.cfg -------------------------------------------------------------------------------- /Int64DivBV412/Int64DivBV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/Int64DivBV.dof -------------------------------------------------------------------------------- /Int64DivBV412/Int64DivBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/Int64DivBV.dpr -------------------------------------------------------------------------------- /Int64DivBV412/Int64DivBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/Int64DivBV.res -------------------------------------------------------------------------------- /Int64DivBV412/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/MainUnit.dfm -------------------------------------------------------------------------------- /Int64DivBV412/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/MainUnit.pas -------------------------------------------------------------------------------- /Int64DivBV412/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64DivBV412/ValidateD7.bat -------------------------------------------------------------------------------- /Int64MulBV130/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/BuildAll.bat -------------------------------------------------------------------------------- /Int64MulBV130/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/BuildD2005.bat -------------------------------------------------------------------------------- /Int64MulBV130/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/BuildD2006.bat -------------------------------------------------------------------------------- /Int64MulBV130/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/BuildD7.bat -------------------------------------------------------------------------------- /Int64MulBV130/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/BuildOneBV.bat -------------------------------------------------------------------------------- /Int64MulBV130/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/Defines.inc -------------------------------------------------------------------------------- /Int64MulBV130/Int64MulBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/Int64MulBV.cfg -------------------------------------------------------------------------------- /Int64MulBV130/Int64MulBV.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/Int64MulBV.dex -------------------------------------------------------------------------------- /Int64MulBV130/Int64MulBV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/Int64MulBV.dof -------------------------------------------------------------------------------- /Int64MulBV130/Int64MulBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/Int64MulBV.dpr -------------------------------------------------------------------------------- /Int64MulBV130/Int64MulBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/Int64MulBV.res -------------------------------------------------------------------------------- /Int64MulBV130/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/MainUnit.dfm -------------------------------------------------------------------------------- /Int64MulBV130/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/MainUnit.pas -------------------------------------------------------------------------------- /Int64MulBV130/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Int64MulBV130/ValidateD7.bat -------------------------------------------------------------------------------- /IntToStrBV070/D5Support.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IntToStrBV070/D5Support.pas -------------------------------------------------------------------------------- /IntToStrBV070/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IntToStrBV070/Defines.inc -------------------------------------------------------------------------------- /IntToStrBV070/IntToStrBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IntToStrBV070/IntToStrBV.cfg -------------------------------------------------------------------------------- /IntToStrBV070/IntToStrBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IntToStrBV070/IntToStrBV.dpr -------------------------------------------------------------------------------- /IntToStrBV070/IntToStrBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IntToStrBV070/IntToStrBV.res -------------------------------------------------------------------------------- /IntToStrBV070/UtilsUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IntToStrBV070/UtilsUnit.pas -------------------------------------------------------------------------------- /IntToStrBV070/Version.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IntToStrBV070/Version.inc -------------------------------------------------------------------------------- /IntToStrBV070/validation.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IntToStrBV070/validation.bat -------------------------------------------------------------------------------- /IsPrime722/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/AboutUnit.dfm -------------------------------------------------------------------------------- /IsPrime722/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/AboutUnit.pas -------------------------------------------------------------------------------- /IsPrime722/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/BuildAll.bat -------------------------------------------------------------------------------- /IsPrime722/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/BuildD2005.bat -------------------------------------------------------------------------------- /IsPrime722/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/BuildD2006.bat -------------------------------------------------------------------------------- /IsPrime722/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/BuildD7.bat -------------------------------------------------------------------------------- /IsPrime722/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/BuildOneBV.bat -------------------------------------------------------------------------------- /IsPrime722/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/Defines.inc -------------------------------------------------------------------------------- /IsPrime722/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/FastcodeCPUID.pas -------------------------------------------------------------------------------- /IsPrime722/IsPrimeBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/IsPrimeBV.bdsproj -------------------------------------------------------------------------------- /IsPrime722/IsPrimeBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/IsPrimeBV.cfg -------------------------------------------------------------------------------- /IsPrime722/IsPrimeBV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/IsPrimeBV.dof -------------------------------------------------------------------------------- /IsPrime722/IsPrimeBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/IsPrimeBV.dpr -------------------------------------------------------------------------------- /IsPrime722/IsPrimeBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/IsPrimeBV.res -------------------------------------------------------------------------------- /IsPrime722/IsPrimeBV.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/IsPrimeBV.stat -------------------------------------------------------------------------------- /IsPrime722/IsPrimeCGUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/IsPrimeCGUnit.pas -------------------------------------------------------------------------------- /IsPrime722/IsPrimeHRUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/IsPrimeHRUnit.pas -------------------------------------------------------------------------------- /IsPrime722/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/MainUnit.dfm -------------------------------------------------------------------------------- /IsPrime722/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/MainUnit.pas -------------------------------------------------------------------------------- /IsPrime722/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/ValidateAll.bat -------------------------------------------------------------------------------- /IsPrime722/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/ValidateD2005.bat -------------------------------------------------------------------------------- /IsPrime722/ValidateD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/ValidateD2006.bat -------------------------------------------------------------------------------- /IsPrime722/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/IsPrime722/ValidateD7.bat -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/LICENSE -------------------------------------------------------------------------------- /LowerCaseBV352/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/LowerCaseBV352/BuildAll.bat -------------------------------------------------------------------------------- /LowerCaseBV352/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/LowerCaseBV352/BuildD6.bat -------------------------------------------------------------------------------- /LowerCaseBV352/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/LowerCaseBV352/BuildD7.bat -------------------------------------------------------------------------------- /LowerCaseBV352/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/LowerCaseBV352/Defines.inc -------------------------------------------------------------------------------- /LowerCaseBV352/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/LowerCaseBV352/MainUnit.dfm -------------------------------------------------------------------------------- /LowerCaseBV352/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/LowerCaseBV352/MainUnit.pas -------------------------------------------------------------------------------- /MMv1_BV113/BenchmarkAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BenchmarkAll.bat -------------------------------------------------------------------------------- /MMv1_BV113/BenchmarkD2005.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | call BenchmarkOneCompiler D2005 4 | -------------------------------------------------------------------------------- /MMv1_BV113/BenchmarkD2006.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | call BenchmarkOneCompiler D2006 4 | -------------------------------------------------------------------------------- /MMv1_BV113/BenchmarkD6.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | call BenchmarkOneCompiler D6 4 | -------------------------------------------------------------------------------- /MMv1_BV113/BenchmarkD7.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | call BenchmarkOneCompiler D7 4 | -------------------------------------------------------------------------------- /MMv1_BV113/BenchmarkForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BenchmarkForm.dfm -------------------------------------------------------------------------------- /MMv1_BV113/BenchmarkForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BenchmarkForm.pas -------------------------------------------------------------------------------- /MMv1_BV113/BenchmarkOne.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BenchmarkOne.bat -------------------------------------------------------------------------------- /MMv1_BV113/BucketMem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BucketMem.pas -------------------------------------------------------------------------------- /MMv1_BV113/BucketMem_ASM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BucketMem_ASM.pas -------------------------------------------------------------------------------- /MMv1_BV113/BucketMove.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BucketMove.pas -------------------------------------------------------------------------------- /MMv1_BV113/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BuildAll.bat -------------------------------------------------------------------------------- /MMv1_BV113/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BuildD2005.bat -------------------------------------------------------------------------------- /MMv1_BV113/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BuildD2006.bat -------------------------------------------------------------------------------- /MMv1_BV113/BuildD5.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BuildD5.bat -------------------------------------------------------------------------------- /MMv1_BV113/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BuildD6.bat -------------------------------------------------------------------------------- /MMv1_BV113/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BuildD7.bat -------------------------------------------------------------------------------- /MMv1_BV113/BuildOneMM.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/BuildOneMM.bat -------------------------------------------------------------------------------- /MMv1_BV113/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/Defines.inc -------------------------------------------------------------------------------- /MMv1_BV113/DoAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/DoAll.bat -------------------------------------------------------------------------------- /MMv1_BV113/EWCMM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/EWCMM.pas -------------------------------------------------------------------------------- /MMv1_BV113/FASTCODE_MM.INC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/FASTCODE_MM.INC -------------------------------------------------------------------------------- /MMv1_BV113/FastMM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/FastMM.pas -------------------------------------------------------------------------------- /MMv1_BV113/FastMM3.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/FastMM3.pas -------------------------------------------------------------------------------- /MMv1_BV113/FastMove.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/FastMove.pas -------------------------------------------------------------------------------- /MMv1_BV113/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/FastcodeCPUID.pas -------------------------------------------------------------------------------- /MMv1_BV113/GraphsForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/GraphsForm.dfm -------------------------------------------------------------------------------- /MMv1_BV113/GraphsForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/GraphsForm.pas -------------------------------------------------------------------------------- /MMv1_BV113/HPMM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/HPMM.pas -------------------------------------------------------------------------------- /MMv1_BV113/HeapMM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/HeapMM.pas -------------------------------------------------------------------------------- /MMv1_BV113/LocalHeapMM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/LocalHeapMM.pas -------------------------------------------------------------------------------- /MMv1_BV113/MMUsageDll.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /MMv1_BV113/MMUsageDll.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMUsageDll.cfg -------------------------------------------------------------------------------- /MMv1_BV113/MMUsageDll.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMUsageDll.dof -------------------------------------------------------------------------------- /MMv1_BV113/MMUsageDll.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMUsageDll.dpr -------------------------------------------------------------------------------- /MMv1_BV113/MMUsageDll.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMUsageDll.res -------------------------------------------------------------------------------- /MMv1_BV113/MMUsageLogger.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMUsageLogger.pas -------------------------------------------------------------------------------- /MMv1_BV113/MMUseMemory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMUseMemory.pas -------------------------------------------------------------------------------- /MMv1_BV113/MMValidateDLL.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /MMv1_BV113/MMValidateDLL.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMValidateDLL.cfg -------------------------------------------------------------------------------- /MMv1_BV113/MMValidateDLL.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMValidateDLL.dof -------------------------------------------------------------------------------- /MMv1_BV113/MMValidateDLL.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMValidateDLL.dpr -------------------------------------------------------------------------------- /MMv1_BV113/MMValidateDLL.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMValidateDLL.res -------------------------------------------------------------------------------- /MMv1_BV113/MMvalidation.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MMvalidation.pas -------------------------------------------------------------------------------- /MMv1_BV113/MoveJOHUnit9.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MoveJOHUnit9.pas -------------------------------------------------------------------------------- /MMv1_BV113/MultiMM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/MultiMM.pas -------------------------------------------------------------------------------- /MMv1_BV113/QMemory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/QMemory.pas -------------------------------------------------------------------------------- /MMv1_BV113/RecyclerMM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/RecyclerMM.pas -------------------------------------------------------------------------------- /MMv1_BV113/ReleaseNotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/ReleaseNotes.txt -------------------------------------------------------------------------------- /MMv1_BV113/RenameMMForm.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/RenameMMForm.dfm -------------------------------------------------------------------------------- /MMv1_BV113/RenameMMForm.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/RenameMMForm.pas -------------------------------------------------------------------------------- /MMv1_BV113/StringThread.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/StringThread.pas -------------------------------------------------------------------------------- /MMv1_BV113/TopBlocks.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/TopBlocks.pas -------------------------------------------------------------------------------- /MMv1_BV113/TopCS.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/TopCS.pas -------------------------------------------------------------------------------- /MMv1_BV113/TopCopyMemory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/TopCopyMemory.pas -------------------------------------------------------------------------------- /MMv1_BV113/TopInstall.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/TopInstall.pas -------------------------------------------------------------------------------- /MMv1_BV113/TopManagers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/TopManagers.pas -------------------------------------------------------------------------------- /MMv1_BV113/TopMemory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/TopMemory.pas -------------------------------------------------------------------------------- /MMv1_BV113/TopSortedList.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/TopSortedList.pas -------------------------------------------------------------------------------- /MMv1_BV113/TopStructures.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/TopStructures.pas -------------------------------------------------------------------------------- /MMv1_BV113/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/ValidateAll.bat -------------------------------------------------------------------------------- /MMv1_BV113/ValidateD2005.bat: -------------------------------------------------------------------------------- 1 | call ValidateOneCompiler D2005 2 | -------------------------------------------------------------------------------- /MMv1_BV113/ValidateD2006.bat: -------------------------------------------------------------------------------- 1 | call ValidateOneCompiler D2006 2 | -------------------------------------------------------------------------------- /MMv1_BV113/ValidateD6.bat: -------------------------------------------------------------------------------- 1 | call ValidateOneCompiler D6 2 | -------------------------------------------------------------------------------- /MMv1_BV113/ValidateD7.bat: -------------------------------------------------------------------------------- 1 | call ValidateOneCompiler D7 2 | -------------------------------------------------------------------------------- /MMv1_BV113/ValidateOne.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/ValidateOne.bat -------------------------------------------------------------------------------- /MMv1_BV113/ValidateOneMM.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/ValidateOneMM.bat -------------------------------------------------------------------------------- /MMv1_BV113/WinMem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/WinMem.pas -------------------------------------------------------------------------------- /MMv1_BV113/clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MMv1_BV113/clean.bat -------------------------------------------------------------------------------- /MaxFPBV250/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/BuildAll.bat -------------------------------------------------------------------------------- /MaxFPBV250/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/BuildD2005.bat -------------------------------------------------------------------------------- /MaxFPBV250/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/BuildD2006.bat -------------------------------------------------------------------------------- /MaxFPBV250/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/BuildD7.bat -------------------------------------------------------------------------------- /MaxFPBV250/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/BuildOneBV.bat -------------------------------------------------------------------------------- /MaxFPBV250/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/Defines.inc -------------------------------------------------------------------------------- /MaxFPBV250/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/FastcodeCPUID.pas -------------------------------------------------------------------------------- /MaxFPBV250/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/MainUnit.dfm -------------------------------------------------------------------------------- /MaxFPBV250/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/MainUnit.pas -------------------------------------------------------------------------------- /MaxFPBV250/MaxFPUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/MaxFPUnit.pas -------------------------------------------------------------------------------- /MaxFPBV250/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/ValidateAll.bat -------------------------------------------------------------------------------- /MaxFPBV250/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/ValidateD2005.bat -------------------------------------------------------------------------------- /MaxFPBV250/ValidateD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/ValidateD2006.bat -------------------------------------------------------------------------------- /MaxFPBV250/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxFPBV250/ValidateD7.bat -------------------------------------------------------------------------------- /MaxInt64BV160/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/BuildAll.bat -------------------------------------------------------------------------------- /MaxInt64BV160/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/BuildD2005.bat -------------------------------------------------------------------------------- /MaxInt64BV160/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/BuildD2006.bat -------------------------------------------------------------------------------- /MaxInt64BV160/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/BuildD6.bat -------------------------------------------------------------------------------- /MaxInt64BV160/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/BuildD7.bat -------------------------------------------------------------------------------- /MaxInt64BV160/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/BuildOneBV.bat -------------------------------------------------------------------------------- /MaxInt64BV160/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/Defines.inc -------------------------------------------------------------------------------- /MaxInt64BV160/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/MainUnit.dfm -------------------------------------------------------------------------------- /MaxInt64BV160/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/MainUnit.pas -------------------------------------------------------------------------------- /MaxInt64BV160/MaxInt64BV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /MaxInt64BV160/MaxInt64BV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/MaxInt64BV.cfg -------------------------------------------------------------------------------- /MaxInt64BV160/MaxInt64BV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/MaxInt64BV.dof -------------------------------------------------------------------------------- /MaxInt64BV160/MaxInt64BV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/MaxInt64BV.dpr -------------------------------------------------------------------------------- /MaxInt64BV160/MaxInt64BV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/MaxInt64BV.res -------------------------------------------------------------------------------- /MaxInt64BV160/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/ValidateD6.bat -------------------------------------------------------------------------------- /MaxInt64BV160/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxInt64BV160/ValidateD7.bat -------------------------------------------------------------------------------- /MaxIntBV181/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/AboutUnit.dfm -------------------------------------------------------------------------------- /MaxIntBV181/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/AboutUnit.pas -------------------------------------------------------------------------------- /MaxIntBV181/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/BuildAll.bat -------------------------------------------------------------------------------- /MaxIntBV181/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/BuildD2005.bat -------------------------------------------------------------------------------- /MaxIntBV181/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/BuildD2006.bat -------------------------------------------------------------------------------- /MaxIntBV181/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/BuildD7.bat -------------------------------------------------------------------------------- /MaxIntBV181/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/BuildOneBV.bat -------------------------------------------------------------------------------- /MaxIntBV181/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/Defines.inc -------------------------------------------------------------------------------- /MaxIntBV181/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/MainUnit.dfm -------------------------------------------------------------------------------- /MaxIntBV181/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/MainUnit.pas -------------------------------------------------------------------------------- /MaxIntBV181/MaxIntUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/MaxIntUnit.pas -------------------------------------------------------------------------------- /MaxIntBV181/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/ValidateAll.bat -------------------------------------------------------------------------------- /MaxIntBV181/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MaxIntBV181/ValidateD7.bat -------------------------------------------------------------------------------- /MemoryManagerBV201/BenchmarkD2005.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | call BenchmarkOneCompiler D2005 4 | -------------------------------------------------------------------------------- /MemoryManagerBV201/BenchmarkD2006.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | call BenchmarkOneCompiler D2006 4 | -------------------------------------------------------------------------------- /MemoryManagerBV201/BenchmarkD6.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | call BenchmarkOneCompiler D6 4 | -------------------------------------------------------------------------------- /MemoryManagerBV201/BenchmarkD7.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | call BenchmarkOneCompiler D7 4 | -------------------------------------------------------------------------------- /MemoryManagerBV201/DoAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MemoryManagerBV201/DoAll.bat -------------------------------------------------------------------------------- /MemoryManagerBV201/EWCMM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MemoryManagerBV201/EWCMM.pas -------------------------------------------------------------------------------- /MemoryManagerBV201/HPMM.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MemoryManagerBV201/HPMM.pas -------------------------------------------------------------------------------- /MemoryManagerBV201/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MemoryManagerBV201/README.md -------------------------------------------------------------------------------- /MemoryManagerBV201/TopCS.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MemoryManagerBV201/TopCS.pas -------------------------------------------------------------------------------- /MemoryManagerBV201/ValidateD2005.bat: -------------------------------------------------------------------------------- 1 | call ValidateOneCompiler D2005 2 | -------------------------------------------------------------------------------- /MemoryManagerBV201/ValidateD2006.bat: -------------------------------------------------------------------------------- 1 | call ValidateOneCompiler D2006 2 | -------------------------------------------------------------------------------- /MemoryManagerBV201/ValidateD6.bat: -------------------------------------------------------------------------------- 1 | call ValidateOneCompiler D6 2 | -------------------------------------------------------------------------------- /MemoryManagerBV201/ValidateD7.bat: -------------------------------------------------------------------------------- 1 | call ValidateOneCompiler D7 2 | -------------------------------------------------------------------------------- /MemoryManagerBV201/clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MemoryManagerBV201/clean.bat -------------------------------------------------------------------------------- /MinFPBV150/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/BuildAll.bat -------------------------------------------------------------------------------- /MinFPBV150/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/BuildD2005.bat -------------------------------------------------------------------------------- /MinFPBV150/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/BuildD2006.bat -------------------------------------------------------------------------------- /MinFPBV150/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/BuildD7.bat -------------------------------------------------------------------------------- /MinFPBV150/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/BuildOneBV.bat -------------------------------------------------------------------------------- /MinFPBV150/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/Defines.inc -------------------------------------------------------------------------------- /MinFPBV150/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/FastcodeCPUID.pas -------------------------------------------------------------------------------- /MinFPBV150/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/MainUnit.dfm -------------------------------------------------------------------------------- /MinFPBV150/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/MainUnit.pas -------------------------------------------------------------------------------- /MinFPBV150/MinFPDKCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/MinFPDKCUnit.pas -------------------------------------------------------------------------------- /MinFPBV150/MinFPJOHUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/MinFPJOHUnit.pas -------------------------------------------------------------------------------- /MinFPBV150/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/ValidateAll.bat -------------------------------------------------------------------------------- /MinFPBV150/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/ValidateD2005.bat -------------------------------------------------------------------------------- /MinFPBV150/ValidateD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/ValidateD2006.bat -------------------------------------------------------------------------------- /MinFPBV150/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinFPBV150/ValidateD7.bat -------------------------------------------------------------------------------- /MinInt64BV151/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/BuildAll.bat -------------------------------------------------------------------------------- /MinInt64BV151/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/BuildD2005.bat -------------------------------------------------------------------------------- /MinInt64BV151/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/BuildD2006.bat -------------------------------------------------------------------------------- /MinInt64BV151/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/BuildD6.bat -------------------------------------------------------------------------------- /MinInt64BV151/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/BuildD7.bat -------------------------------------------------------------------------------- /MinInt64BV151/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/BuildOneBV.bat -------------------------------------------------------------------------------- /MinInt64BV151/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/Defines.inc -------------------------------------------------------------------------------- /MinInt64BV151/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/MainUnit.dfm -------------------------------------------------------------------------------- /MinInt64BV151/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/MainUnit.pas -------------------------------------------------------------------------------- /MinInt64BV151/MinInt64BV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /MinInt64BV151/MinInt64BV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/MinInt64BV.cfg -------------------------------------------------------------------------------- /MinInt64BV151/MinInt64BV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/MinInt64BV.dof -------------------------------------------------------------------------------- /MinInt64BV151/MinInt64BV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/MinInt64BV.dpr -------------------------------------------------------------------------------- /MinInt64BV151/MinInt64BV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/MinInt64BV.res -------------------------------------------------------------------------------- /MinInt64BV151/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/ValidateD6.bat -------------------------------------------------------------------------------- /MinInt64BV151/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinInt64BV151/ValidateD7.bat -------------------------------------------------------------------------------- /MinIntBV130/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/BuildAll.bat -------------------------------------------------------------------------------- /MinIntBV130/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/BuildD2005.bat -------------------------------------------------------------------------------- /MinIntBV130/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/BuildD2006.bat -------------------------------------------------------------------------------- /MinIntBV130/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/BuildD6.bat -------------------------------------------------------------------------------- /MinIntBV130/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/BuildD7.bat -------------------------------------------------------------------------------- /MinIntBV130/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/BuildOneBV.bat -------------------------------------------------------------------------------- /MinIntBV130/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/Defines.inc -------------------------------------------------------------------------------- /MinIntBV130/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/MainUnit.dfm -------------------------------------------------------------------------------- /MinIntBV130/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/MainUnit.pas -------------------------------------------------------------------------------- /MinIntBV130/MinIntBenchValid.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /MinIntBV130/MinIntUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/MinIntUnit.pas -------------------------------------------------------------------------------- /MinIntBV130/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/ValidateAll.bat -------------------------------------------------------------------------------- /MinIntBV130/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/ValidateD6.bat -------------------------------------------------------------------------------- /MinIntBV130/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MinIntBV130/ValidateD7.bat -------------------------------------------------------------------------------- /MoveBV941/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/BuildAll.bat -------------------------------------------------------------------------------- /MoveBV941/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/BuildD2005.bat -------------------------------------------------------------------------------- /MoveBV941/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/BuildD2006.bat -------------------------------------------------------------------------------- /MoveBV941/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/BuildD6.bat -------------------------------------------------------------------------------- /MoveBV941/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/BuildD7.bat -------------------------------------------------------------------------------- /MoveBV941/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/BuildOneBV.bat -------------------------------------------------------------------------------- /MoveBV941/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/Defines.inc -------------------------------------------------------------------------------- /MoveBV941/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/FastcodeCPUID.pas -------------------------------------------------------------------------------- /MoveBV941/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/MainUnit.dfm -------------------------------------------------------------------------------- /MoveBV941/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/MainUnit.pas -------------------------------------------------------------------------------- /MoveBV941/MoveDKCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/MoveDKCUnit.pas -------------------------------------------------------------------------------- /MoveBV941/MoveJOHUnit10.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/MoveJOHUnit10.pas -------------------------------------------------------------------------------- /MoveBV941/MoveUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/MoveUnit.pas -------------------------------------------------------------------------------- /MoveBV941/MoveValidateBenchmark.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /MoveBV941/MoveValidateBenchmark.todo: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MoveBV941/OptionsUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/OptionsUnit.dfm -------------------------------------------------------------------------------- /MoveBV941/OptionsUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/OptionsUnit.pas -------------------------------------------------------------------------------- /MoveBV941/SystemInfoUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/SystemInfoUnit.pas -------------------------------------------------------------------------------- /MoveBV941/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/ValidateAll.bat -------------------------------------------------------------------------------- /MoveBV941/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/ValidateD2005.bat -------------------------------------------------------------------------------- /MoveBV941/ValidateD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/ValidateD2006.bat -------------------------------------------------------------------------------- /MoveBV941/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/ValidateD6.bat -------------------------------------------------------------------------------- /MoveBV941/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/MoveBV941/ValidateD7.bat -------------------------------------------------------------------------------- /PolAddBV200/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/AboutUnit.dfm -------------------------------------------------------------------------------- /PolAddBV200/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/AboutUnit.pas -------------------------------------------------------------------------------- /PolAddBV200/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/BuildAll.bat -------------------------------------------------------------------------------- /PolAddBV200/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/BuildD2005.bat -------------------------------------------------------------------------------- /PolAddBV200/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/BuildD2006.bat -------------------------------------------------------------------------------- /PolAddBV200/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/BuildD6.bat -------------------------------------------------------------------------------- /PolAddBV200/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/BuildD7.bat -------------------------------------------------------------------------------- /PolAddBV200/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/BuildOneBV.bat -------------------------------------------------------------------------------- /PolAddBV200/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/Defines.inc -------------------------------------------------------------------------------- /PolAddBV200/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/MainUnit.dfm -------------------------------------------------------------------------------- /PolAddBV200/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/MainUnit.pas -------------------------------------------------------------------------------- /PolAddBV200/PolAddAZUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/PolAddAZUnit.pas -------------------------------------------------------------------------------- /PolAddBV200/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/ValidateAll.bat -------------------------------------------------------------------------------- /PolAddBV200/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/ValidateD6.bat -------------------------------------------------------------------------------- /PolAddBV200/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolAddBV200/ValidateD7.bat -------------------------------------------------------------------------------- /PolSubBV140/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/BuildAll.bat -------------------------------------------------------------------------------- /PolSubBV140/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/BuildD2005.bat -------------------------------------------------------------------------------- /PolSubBV140/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/BuildD2006.bat -------------------------------------------------------------------------------- /PolSubBV140/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/BuildD6.bat -------------------------------------------------------------------------------- /PolSubBV140/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/BuildD7.bat -------------------------------------------------------------------------------- /PolSubBV140/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/BuildOneBV.bat -------------------------------------------------------------------------------- /PolSubBV140/ComplexPolSubBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /PolSubBV140/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/Defines.inc -------------------------------------------------------------------------------- /PolSubBV140/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/MainUnit.dfm -------------------------------------------------------------------------------- /PolSubBV140/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/MainUnit.pas -------------------------------------------------------------------------------- /PolSubBV140/PolSubAZUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/PolSubAZUnit.pas -------------------------------------------------------------------------------- /PolSubBV140/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/ValidateAll.bat -------------------------------------------------------------------------------- /PolSubBV140/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/ValidateD6.bat -------------------------------------------------------------------------------- /PolSubBV140/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolSubBV140/ValidateD7.bat -------------------------------------------------------------------------------- /PolToRectBV140/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolToRectBV140/BuildAll.bat -------------------------------------------------------------------------------- /PolToRectBV140/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolToRectBV140/BuildD6.bat -------------------------------------------------------------------------------- /PolToRectBV140/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolToRectBV140/BuildD7.bat -------------------------------------------------------------------------------- /PolToRectBV140/ComplexPolToRectBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /PolToRectBV140/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolToRectBV140/Defines.inc -------------------------------------------------------------------------------- /PolToRectBV140/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolToRectBV140/MainUnit.dfm -------------------------------------------------------------------------------- /PolToRectBV140/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PolToRectBV140/MainUnit.pas -------------------------------------------------------------------------------- /PosBV560/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/BuildAll.bat -------------------------------------------------------------------------------- /PosBV560/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/BuildD2005.bat -------------------------------------------------------------------------------- /PosBV560/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/BuildD2006.bat -------------------------------------------------------------------------------- /PosBV560/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/BuildD7.bat -------------------------------------------------------------------------------- /PosBV560/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/BuildOneBV.bat -------------------------------------------------------------------------------- /PosBV560/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/Defines.inc -------------------------------------------------------------------------------- /PosBV560/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/FastcodeCPUID.pas -------------------------------------------------------------------------------- /PosBV560/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/MainUnit.dfm -------------------------------------------------------------------------------- /PosBV560/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/MainUnit.pas -------------------------------------------------------------------------------- /PosBV560/PosBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosBV.bdsproj -------------------------------------------------------------------------------- /PosBV560/PosBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosBV.cfg -------------------------------------------------------------------------------- /PosBV560/PosBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosBV.dpr -------------------------------------------------------------------------------- /PosBV560/PosBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosBV.res -------------------------------------------------------------------------------- /PosBV560/PosBV.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosBV.stat -------------------------------------------------------------------------------- /PosBV560/PosExJOHUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosExJOHUnit.pas -------------------------------------------------------------------------------- /PosBV560/PosJOHUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosJOHUnit.pas -------------------------------------------------------------------------------- /PosBV560/PosLPUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosLPUnit.pas -------------------------------------------------------------------------------- /PosBV560/PosShaUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosShaUnit.pas -------------------------------------------------------------------------------- /PosBV560/PosShaUnit2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosShaUnit2.pas -------------------------------------------------------------------------------- /PosBV560/PosUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/PosUnit.pas -------------------------------------------------------------------------------- /PosBV560/SystemInfoUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/SystemInfoUnit.pas -------------------------------------------------------------------------------- /PosBV560/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/ValidateAll.bat -------------------------------------------------------------------------------- /PosBV560/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/ValidateD2005.bat -------------------------------------------------------------------------------- /PosBV560/ValidateD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/ValidateD2006.bat -------------------------------------------------------------------------------- /PosBV560/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosBV560/ValidateD7.bat -------------------------------------------------------------------------------- /PosExBV164/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/BuildAll.bat -------------------------------------------------------------------------------- /PosExBV164/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/BuildD2005.bat -------------------------------------------------------------------------------- /PosExBV164/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/BuildD2006.bat -------------------------------------------------------------------------------- /PosExBV164/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/BuildD6.bat -------------------------------------------------------------------------------- /PosExBV164/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/BuildD7.bat -------------------------------------------------------------------------------- /PosExBV164/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/BuildOneBV.bat -------------------------------------------------------------------------------- /PosExBV164/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/Defines.inc -------------------------------------------------------------------------------- /PosExBV164/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/FastcodeCPUID.pas -------------------------------------------------------------------------------- /PosExBV164/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/MainUnit.dfm -------------------------------------------------------------------------------- /PosExBV164/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/MainUnit.pas -------------------------------------------------------------------------------- /PosExBV164/PosEXBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosEXBV.bdsproj -------------------------------------------------------------------------------- /PosExBV164/PosEXBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosEXBV.cfg -------------------------------------------------------------------------------- /PosExBV164/PosEXBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosEXBV.dpr -------------------------------------------------------------------------------- /PosExBV164/PosEXBV.drc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosEXBV.drc -------------------------------------------------------------------------------- /PosExBV164/PosEXBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosEXBV.res -------------------------------------------------------------------------------- /PosExBV164/PosEXBV.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosEXBV.stat -------------------------------------------------------------------------------- /PosExBV164/PosExAZUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosExAZUnit.pas -------------------------------------------------------------------------------- /PosExBV164/PosExDKCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosExDKCUnit.pas -------------------------------------------------------------------------------- /PosExBV164/PosExEWCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosExEWCUnit.pas -------------------------------------------------------------------------------- /PosExBV164/PosExJOHUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosExJOHUnit.pas -------------------------------------------------------------------------------- /PosExBV164/PosExRTLUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosExRTLUnit.pas -------------------------------------------------------------------------------- /PosExBV164/PosExSHAUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/PosExSHAUnit.pas -------------------------------------------------------------------------------- /PosExBV164/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/ValidateAll.bat -------------------------------------------------------------------------------- /PosExBV164/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/ValidateD2005.bat -------------------------------------------------------------------------------- /PosExBV164/ValidateD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/ValidateD2006.bat -------------------------------------------------------------------------------- /PosExBV164/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/ValidateD6.bat -------------------------------------------------------------------------------- /PosExBV164/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosExBV164/ValidateD7.bat -------------------------------------------------------------------------------- /PosIExBV131/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/AboutUnit.dfm -------------------------------------------------------------------------------- /PosIExBV131/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/AboutUnit.pas -------------------------------------------------------------------------------- /PosIExBV131/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/BuildAll.bat -------------------------------------------------------------------------------- /PosIExBV131/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/BuildD2005.bat -------------------------------------------------------------------------------- /PosIExBV131/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/BuildD2006.bat -------------------------------------------------------------------------------- /PosIExBV131/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/BuildD6.bat -------------------------------------------------------------------------------- /PosIExBV131/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/BuildD7.bat -------------------------------------------------------------------------------- /PosIExBV131/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/BuildOneBV.bat -------------------------------------------------------------------------------- /PosIExBV131/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/Defines.inc -------------------------------------------------------------------------------- /PosIExBV131/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/MainUnit.dfm -------------------------------------------------------------------------------- /PosIExBV131/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/MainUnit.pas -------------------------------------------------------------------------------- /PosIExBV131/PosIExBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/PosIExBV.bdsproj -------------------------------------------------------------------------------- /PosIExBV131/PosIExBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /PosIExBV131/PosIExBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/PosIExBV.cfg -------------------------------------------------------------------------------- /PosIExBV131/PosIExBV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/PosIExBV.dof -------------------------------------------------------------------------------- /PosIExBV131/PosIExBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/PosIExBV.dpr -------------------------------------------------------------------------------- /PosIExBV131/PosIExBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/PosIExBV.res -------------------------------------------------------------------------------- /PosIExBV131/PosIExBV.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/PosIExBV.stat -------------------------------------------------------------------------------- /PosIExBV131/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/ValidateAll.bat -------------------------------------------------------------------------------- /PosIExBV131/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/ValidateD6.bat -------------------------------------------------------------------------------- /PosIExBV131/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PosIExBV131/ValidateD7.bat -------------------------------------------------------------------------------- /PowerBV121/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/AboutUnit.dfm -------------------------------------------------------------------------------- /PowerBV121/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/AboutUnit.pas -------------------------------------------------------------------------------- /PowerBV121/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/BuildAll.bat -------------------------------------------------------------------------------- /PowerBV121/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/BuildD2005.bat -------------------------------------------------------------------------------- /PowerBV121/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/BuildD2006.bat -------------------------------------------------------------------------------- /PowerBV121/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/BuildD7.bat -------------------------------------------------------------------------------- /PowerBV121/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/BuildOneBV.bat -------------------------------------------------------------------------------- /PowerBV121/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/Defines.inc -------------------------------------------------------------------------------- /PowerBV121/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/FastcodeCPUID.pas -------------------------------------------------------------------------------- /PowerBV121/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/MainUnit.dfm -------------------------------------------------------------------------------- /PowerBV121/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/MainUnit.pas -------------------------------------------------------------------------------- /PowerBV121/PowerBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/PowerBV.bdsproj -------------------------------------------------------------------------------- /PowerBV121/PowerBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/PowerBV.cfg -------------------------------------------------------------------------------- /PowerBV121/PowerBV.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/PowerBV.dex -------------------------------------------------------------------------------- /PowerBV121/PowerBV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/PowerBV.dof -------------------------------------------------------------------------------- /PowerBV121/PowerBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/PowerBV.dpr -------------------------------------------------------------------------------- /PowerBV121/PowerBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/PowerBV.res -------------------------------------------------------------------------------- /PowerBV121/PowerBV.todo: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PowerBV121/PowerDKCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/PowerDKCUnit.pas -------------------------------------------------------------------------------- /PowerBV121/PowerJOHUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/PowerJOHUnit.pas -------------------------------------------------------------------------------- /PowerBV121/PowerUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/PowerUnit.pas -------------------------------------------------------------------------------- /PowerBV121/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/ValidateAll.bat -------------------------------------------------------------------------------- /PowerBV121/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/ValidateD2005.bat -------------------------------------------------------------------------------- /PowerBV121/ValidateD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/ValidateD2006.bat -------------------------------------------------------------------------------- /PowerBV121/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/PowerBV121/ValidateD7.bat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/README.md -------------------------------------------------------------------------------- /RGBAToBGRABV143/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RGBAToBGRABV143/BuildAll.bat -------------------------------------------------------------------------------- /RGBAToBGRABV143/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RGBAToBGRABV143/BuildD6.bat -------------------------------------------------------------------------------- /RGBAToBGRABV143/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RGBAToBGRABV143/BuildD7.bat -------------------------------------------------------------------------------- /RGBAToBGRABV143/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RGBAToBGRABV143/Defines.inc -------------------------------------------------------------------------------- /RGBAToBGRABV143/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RGBAToBGRABV143/MainUnit.dfm -------------------------------------------------------------------------------- /RGBAToBGRABV143/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RGBAToBGRABV143/MainUnit.pas -------------------------------------------------------------------------------- /RGBAToBGRABV143/RGBAToBGRABV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Round32BV12/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Round32BV12/MainUnit.dfm -------------------------------------------------------------------------------- /Round32BV12/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Round32BV12/MainUnit.pas -------------------------------------------------------------------------------- /Round32BV12/Round32BV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Round32BV12/Round32BV.cfg -------------------------------------------------------------------------------- /Round32BV12/Round32BV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Round32BV12/Round32BV.dof -------------------------------------------------------------------------------- /Round32BV12/Round32BV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Round32BV12/Round32BV.dpr -------------------------------------------------------------------------------- /Round32BV12/Round32BV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Round32BV12/Round32BV.res -------------------------------------------------------------------------------- /Round32BV12/Round32Unit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Round32BV12/Round32Unit.pas -------------------------------------------------------------------------------- /Round32BV12/Round32_JOH.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Round32BV12/Round32_JOH.pas -------------------------------------------------------------------------------- /Round32BV12/RoundUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Round32BV12/RoundUnit.pas -------------------------------------------------------------------------------- /RoundBV11/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundBV11/MainUnit.dfm -------------------------------------------------------------------------------- /RoundBV11/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundBV11/MainUnit.pas -------------------------------------------------------------------------------- /RoundBV11/Round.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundBV11/Round.cfg -------------------------------------------------------------------------------- /RoundBV11/Round.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundBV11/Round.dof -------------------------------------------------------------------------------- /RoundBV11/Round.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundBV11/Round.dpr -------------------------------------------------------------------------------- /RoundBV11/Round.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundBV11/Round.res -------------------------------------------------------------------------------- /RoundBV11/RoundUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundBV11/RoundUnit.pas -------------------------------------------------------------------------------- /RoundToEXBV131/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundToEXBV131/BuildAll.bat -------------------------------------------------------------------------------- /RoundToEXBV131/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundToEXBV131/BuildD6.bat -------------------------------------------------------------------------------- /RoundToEXBV131/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundToEXBV131/BuildD7.bat -------------------------------------------------------------------------------- /RoundToEXBV131/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundToEXBV131/Defines.inc -------------------------------------------------------------------------------- /RoundToEXBV131/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundToEXBV131/MainUnit.dfm -------------------------------------------------------------------------------- /RoundToEXBV131/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/RoundToEXBV131/MainUnit.pas -------------------------------------------------------------------------------- /RoundToEXBV131/RoundToEXBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /ScaleDownBV03/ImageUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ScaleDownBV03/ImageUnit.dfm -------------------------------------------------------------------------------- /ScaleDownBV03/ImageUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ScaleDownBV03/ImageUnit.pas -------------------------------------------------------------------------------- /ScaleDownBV03/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ScaleDownBV03/MainUnit.dfm -------------------------------------------------------------------------------- /ScaleDownBV03/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ScaleDownBV03/MainUnit.pas -------------------------------------------------------------------------------- /SortBV.0.1.0/D5Support.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV.0.1.0/D5Support.pas -------------------------------------------------------------------------------- /SortBV.0.1.0/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV.0.1.0/Defines.inc -------------------------------------------------------------------------------- /SortBV.0.1.0/SortAZUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV.0.1.0/SortAZUnit.pas -------------------------------------------------------------------------------- /SortBV.0.1.0/SortBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV.0.1.0/SortBV.cfg -------------------------------------------------------------------------------- /SortBV.0.1.0/SortBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV.0.1.0/SortBV.dpr -------------------------------------------------------------------------------- /SortBV.0.1.0/SortBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV.0.1.0/SortBV.res -------------------------------------------------------------------------------- /SortBV.0.1.0/SortRTLUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV.0.1.0/SortRTLUnit.pas -------------------------------------------------------------------------------- /SortBV.0.1.0/SortShaUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV.0.1.0/SortShaUnit.pas -------------------------------------------------------------------------------- /SortBV.0.1.0/UtilsUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV.0.1.0/UtilsUnit.pas -------------------------------------------------------------------------------- /SortBV09/D5Support.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/D5Support.pas -------------------------------------------------------------------------------- /SortBV09/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/Defines.inc -------------------------------------------------------------------------------- /SortBV09/MainFormUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/MainFormUnit.dfm -------------------------------------------------------------------------------- /SortBV09/MainFormUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/MainFormUnit.pas -------------------------------------------------------------------------------- /SortBV09/ReportFormUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/ReportFormUnit.dfm -------------------------------------------------------------------------------- /SortBV09/ReportFormUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/ReportFormUnit.pas -------------------------------------------------------------------------------- /SortBV09/SortAZUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/SortAZUnit.pas -------------------------------------------------------------------------------- /SortBV09/SortBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/SortBV.cfg -------------------------------------------------------------------------------- /SortBV09/SortBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/SortBV.dpr -------------------------------------------------------------------------------- /SortBV09/SortBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/SortBV.res -------------------------------------------------------------------------------- /SortBV09/SortRTLUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/SortRTLUnit.pas -------------------------------------------------------------------------------- /SortBV09/SortShaUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/SortShaUnit.pas -------------------------------------------------------------------------------- /SortBV09/SystemInfoUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/SystemInfoUnit.pas -------------------------------------------------------------------------------- /SortBV09/UtilsUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/SortBV09/UtilsUnit.pas -------------------------------------------------------------------------------- /SpreadsheetCreator130/AES/__FunctionSizes.txt: -------------------------------------------------------------------------------- 1 | PenaltyForSizeConstant 9999 2 | -------------------------------------------------------------------------------- /SpreadsheetCreator130/SpreadsheetCreator.todo: -------------------------------------------------------------------------------- 1 | {TODO 1 -oDKC -cfunctionality : Add speedup over RTL.} 2 | -------------------------------------------------------------------------------- /StrComp270/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/BuildAll.bat -------------------------------------------------------------------------------- /StrComp270/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/BuildD2005.bat -------------------------------------------------------------------------------- /StrComp270/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/BuildD2006.bat -------------------------------------------------------------------------------- /StrComp270/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/BuildD6.bat -------------------------------------------------------------------------------- /StrComp270/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/BuildD7.bat -------------------------------------------------------------------------------- /StrComp270/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/BuildOneBV.bat -------------------------------------------------------------------------------- /StrComp270/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/Defines.inc -------------------------------------------------------------------------------- /StrComp270/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/FastcodeCPUID.pas -------------------------------------------------------------------------------- /StrComp270/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/MainUnit.dfm -------------------------------------------------------------------------------- /StrComp270/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/MainUnit.pas -------------------------------------------------------------------------------- /StrComp270/StrCompBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/StrCompBV.bdsproj -------------------------------------------------------------------------------- /StrComp270/StrCompBV.bdsproj.local: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /StrComp270/StrCompBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/StrCompBV.cfg -------------------------------------------------------------------------------- /StrComp270/StrCompBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/StrCompBV.dpr -------------------------------------------------------------------------------- /StrComp270/StrCompBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/StrCompBV.res -------------------------------------------------------------------------------- /StrComp270/StrCompBV.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/StrCompBV.stat -------------------------------------------------------------------------------- /StrComp270/StrCompRCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/StrCompRCUnit.pas -------------------------------------------------------------------------------- /StrComp270/StrCompRDUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/StrCompRDUnit.pas -------------------------------------------------------------------------------- /StrComp270/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/ValidateAll.bat -------------------------------------------------------------------------------- /StrComp270/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/ValidateD2005.bat -------------------------------------------------------------------------------- /StrComp270/ValidateD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/ValidateD2006.bat -------------------------------------------------------------------------------- /StrComp270/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/ValidateD6.bat -------------------------------------------------------------------------------- /StrComp270/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrComp270/ValidateD7.bat -------------------------------------------------------------------------------- /StrCopyBV380/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/BuildAll.bat -------------------------------------------------------------------------------- /StrCopyBV380/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/BuildD2005.bat -------------------------------------------------------------------------------- /StrCopyBV380/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/BuildD2006.bat -------------------------------------------------------------------------------- /StrCopyBV380/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/BuildD7.bat -------------------------------------------------------------------------------- /StrCopyBV380/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/BuildOneBV.bat -------------------------------------------------------------------------------- /StrCopyBV380/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/Defines.inc -------------------------------------------------------------------------------- /StrCopyBV380/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/MainUnit.dfm -------------------------------------------------------------------------------- /StrCopyBV380/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/MainUnit.pas -------------------------------------------------------------------------------- /StrCopyBV380/StrCopyUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/StrCopyUnit.pas -------------------------------------------------------------------------------- /StrCopyBV380/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/ValidateAll.bat -------------------------------------------------------------------------------- /StrCopyBV380/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrCopyBV380/ValidateD7.bat -------------------------------------------------------------------------------- /StrICompBV131/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/AboutUnit.dfm -------------------------------------------------------------------------------- /StrICompBV131/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/AboutUnit.pas -------------------------------------------------------------------------------- /StrICompBV131/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/BuildAll.bat -------------------------------------------------------------------------------- /StrICompBV131/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/BuildD2005.bat -------------------------------------------------------------------------------- /StrICompBV131/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/BuildD2006.bat -------------------------------------------------------------------------------- /StrICompBV131/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/BuildD6.bat -------------------------------------------------------------------------------- /StrICompBV131/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/BuildD7.bat -------------------------------------------------------------------------------- /StrICompBV131/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/BuildOneBV.bat -------------------------------------------------------------------------------- /StrICompBV131/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/Defines.inc -------------------------------------------------------------------------------- /StrICompBV131/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/MainUnit.dfm -------------------------------------------------------------------------------- /StrICompBV131/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/MainUnit.pas -------------------------------------------------------------------------------- /StrICompBV131/StrICompBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/StrICompBV.cfg -------------------------------------------------------------------------------- /StrICompBV131/StrICompBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/StrICompBV.dpr -------------------------------------------------------------------------------- /StrICompBV131/StrICompBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/StrICompBV.res -------------------------------------------------------------------------------- /StrICompBV131/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/ValidateD6.bat -------------------------------------------------------------------------------- /StrICompBV131/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrICompBV131/ValidateD7.bat -------------------------------------------------------------------------------- /StrLComp020/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/BuildAll.bat -------------------------------------------------------------------------------- /StrLComp020/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/BuildD2005.bat -------------------------------------------------------------------------------- /StrLComp020/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/BuildD2006.bat -------------------------------------------------------------------------------- /StrLComp020/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/BuildD7.bat -------------------------------------------------------------------------------- /StrLComp020/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/BuildOneBV.bat -------------------------------------------------------------------------------- /StrLComp020/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/Defines.inc -------------------------------------------------------------------------------- /StrLComp020/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/MainUnit.dfm -------------------------------------------------------------------------------- /StrLComp020/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/MainUnit.pas -------------------------------------------------------------------------------- /StrLComp020/StrLCompBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/StrLCompBV.cfg -------------------------------------------------------------------------------- /StrLComp020/StrLCompBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/StrLCompBV.dpr -------------------------------------------------------------------------------- /StrLComp020/StrLCompBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/StrLCompBV.res -------------------------------------------------------------------------------- /StrLComp020/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/ValidateAll.bat -------------------------------------------------------------------------------- /StrLComp020/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLComp020/ValidateD7.bat -------------------------------------------------------------------------------- /StrLIComp020/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/BuildAll.bat -------------------------------------------------------------------------------- /StrLIComp020/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/BuildD2005.bat -------------------------------------------------------------------------------- /StrLIComp020/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/BuildD2006.bat -------------------------------------------------------------------------------- /StrLIComp020/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/BuildD7.bat -------------------------------------------------------------------------------- /StrLIComp020/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/BuildOneBV.bat -------------------------------------------------------------------------------- /StrLIComp020/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/Defines.inc -------------------------------------------------------------------------------- /StrLIComp020/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/MainUnit.dfm -------------------------------------------------------------------------------- /StrLIComp020/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/MainUnit.pas -------------------------------------------------------------------------------- /StrLIComp020/StrLICompBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/StrLICompBV.cfg -------------------------------------------------------------------------------- /StrLIComp020/StrLICompBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/StrLICompBV.dpr -------------------------------------------------------------------------------- /StrLIComp020/StrLICompBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/StrLICompBV.res -------------------------------------------------------------------------------- /StrLIComp020/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/ValidateAll.bat -------------------------------------------------------------------------------- /StrLIComp020/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLIComp020/ValidateD7.bat -------------------------------------------------------------------------------- /StrLenBV132/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/AboutUnit.dfm -------------------------------------------------------------------------------- /StrLenBV132/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/AboutUnit.pas -------------------------------------------------------------------------------- /StrLenBV132/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/BuildAll.bat -------------------------------------------------------------------------------- /StrLenBV132/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/BuildD2005.bat -------------------------------------------------------------------------------- /StrLenBV132/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/BuildD2006.bat -------------------------------------------------------------------------------- /StrLenBV132/BuildD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/BuildD6.bat -------------------------------------------------------------------------------- /StrLenBV132/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/BuildD7.bat -------------------------------------------------------------------------------- /StrLenBV132/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/BuildOneBV.bat -------------------------------------------------------------------------------- /StrLenBV132/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/Defines.inc -------------------------------------------------------------------------------- /StrLenBV132/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/MainUnit.dfm -------------------------------------------------------------------------------- /StrLenBV132/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/MainUnit.pas -------------------------------------------------------------------------------- /StrLenBV132/StrLenBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/StrLenBV.bdsproj -------------------------------------------------------------------------------- /StrLenBV132/StrLenBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/StrLenBV.cfg -------------------------------------------------------------------------------- /StrLenBV132/StrLenBV.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/StrLenBV.dex -------------------------------------------------------------------------------- /StrLenBV132/StrLenBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/StrLenBV.dpr -------------------------------------------------------------------------------- /StrLenBV132/StrLenBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/StrLenBV.res -------------------------------------------------------------------------------- /StrLenBV132/StrLenBV.stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/StrLenBV.stat -------------------------------------------------------------------------------- /StrLenBV132/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/ValidateAll.bat -------------------------------------------------------------------------------- /StrLenBV132/ValidateD6.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/ValidateD6.bat -------------------------------------------------------------------------------- /StrLenBV132/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrLenBV132/ValidateD7.bat -------------------------------------------------------------------------------- /StrToInt32BV107/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrToInt32BV107/BuildAll.bat -------------------------------------------------------------------------------- /StrToInt32BV107/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrToInt32BV107/BuildD7.bat -------------------------------------------------------------------------------- /StrToInt32BV107/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrToInt32BV107/Defines.inc -------------------------------------------------------------------------------- /StrToInt32BV107/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrToInt32BV107/MainUnit.dfm -------------------------------------------------------------------------------- /StrToInt32BV107/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/StrToInt32BV107/MainUnit.pas -------------------------------------------------------------------------------- /TrimBV100/AboutUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/AboutUnit.dfm -------------------------------------------------------------------------------- /TrimBV100/AboutUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/AboutUnit.pas -------------------------------------------------------------------------------- /TrimBV100/BenchStability.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/BenchStability.xls -------------------------------------------------------------------------------- /TrimBV100/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/BuildAll.bat -------------------------------------------------------------------------------- /TrimBV100/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/BuildD2005.bat -------------------------------------------------------------------------------- /TrimBV100/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/BuildD2006.bat -------------------------------------------------------------------------------- /TrimBV100/BuildD2007.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/BuildD2007.bat -------------------------------------------------------------------------------- /TrimBV100/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/BuildD7.bat -------------------------------------------------------------------------------- /TrimBV100/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/BuildOneBV.bat -------------------------------------------------------------------------------- /TrimBV100/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/Defines.inc -------------------------------------------------------------------------------- /TrimBV100/FastcodeCPUID.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/FastcodeCPUID.pas -------------------------------------------------------------------------------- /TrimBV100/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/MainUnit.dfm -------------------------------------------------------------------------------- /TrimBV100/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/MainUnit.pas -------------------------------------------------------------------------------- /TrimBV100/SystemInfoUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/SystemInfoUnit.pas -------------------------------------------------------------------------------- /TrimBV100/TrimBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/TrimBV.dpr -------------------------------------------------------------------------------- /TrimBV100/TrimBV.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/TrimBV.dproj -------------------------------------------------------------------------------- /TrimBV100/TrimBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/TrimBV.res -------------------------------------------------------------------------------- /TrimBV100/TrimDKCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/TrimDKCUnit.pas -------------------------------------------------------------------------------- /TrimBV100/TrimDLAUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/TrimDLAUnit.pas -------------------------------------------------------------------------------- /TrimBV100/TrimJOHUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/TrimJOHUnit.pas -------------------------------------------------------------------------------- /TrimBV100/TrimPLRUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/TrimPLRUnit.pas -------------------------------------------------------------------------------- /TrimBV100/TrimRTLUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/TrimRTLUnit.pas -------------------------------------------------------------------------------- /TrimBV100/TrimStatUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/TrimStatUnit.pas -------------------------------------------------------------------------------- /TrimBV100/ValidateAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/ValidateAll.bat -------------------------------------------------------------------------------- /TrimBV100/ValidateD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/ValidateD2005.bat -------------------------------------------------------------------------------- /TrimBV100/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TrimBV100/ValidateD7.bat -------------------------------------------------------------------------------- /Trunc32BV10/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Trunc32BV10/MainUnit.dfm -------------------------------------------------------------------------------- /Trunc32BV10/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Trunc32BV10/MainUnit.pas -------------------------------------------------------------------------------- /Trunc32BV10/Trunc32BV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Trunc32BV10/Trunc32BV.cfg -------------------------------------------------------------------------------- /Trunc32BV10/Trunc32BV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Trunc32BV10/Trunc32BV.dof -------------------------------------------------------------------------------- /Trunc32BV10/Trunc32BV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Trunc32BV10/Trunc32BV.dpr -------------------------------------------------------------------------------- /Trunc32BV10/Trunc32BV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/Trunc32BV10/Trunc32BV.res -------------------------------------------------------------------------------- /TruncBV171/BuildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/BuildAll.bat -------------------------------------------------------------------------------- /TruncBV171/BuildD2005.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/BuildD2005.bat -------------------------------------------------------------------------------- /TruncBV171/BuildD2006.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/BuildD2006.bat -------------------------------------------------------------------------------- /TruncBV171/BuildD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/BuildD7.bat -------------------------------------------------------------------------------- /TruncBV171/BuildOneBV.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/BuildOneBV.bat -------------------------------------------------------------------------------- /TruncBV171/Defines.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/Defines.inc -------------------------------------------------------------------------------- /TruncBV171/MainUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/MainUnit.dfm -------------------------------------------------------------------------------- /TruncBV171/MainUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/MainUnit.pas -------------------------------------------------------------------------------- /TruncBV171/TruncBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/TruncBV.cfg -------------------------------------------------------------------------------- /TruncBV171/TruncBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/TruncBV.dpr -------------------------------------------------------------------------------- /TruncBV171/TruncBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/TruncBV.res -------------------------------------------------------------------------------- /TruncBV171/TruncUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/TruncUnit.pas -------------------------------------------------------------------------------- /TruncBV171/ValidateD7.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/TruncBV171/ValidateD7.bat -------------------------------------------------------------------------------- /ValBV072/MainFormUnit.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/MainFormUnit.dfm -------------------------------------------------------------------------------- /ValBV072/MainFormUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/MainFormUnit.pas -------------------------------------------------------------------------------- /ValBV072/UtilsUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/UtilsUnit.pas -------------------------------------------------------------------------------- /ValBV072/ValBV.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/ValBV.bdsproj -------------------------------------------------------------------------------- /ValBV072/ValBV.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/ValBV.cfg -------------------------------------------------------------------------------- /ValBV072/ValBV.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/ValBV.dof -------------------------------------------------------------------------------- /ValBV072/ValBV.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/ValBV.dpr -------------------------------------------------------------------------------- /ValBV072/ValBV.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/ValBV.res -------------------------------------------------------------------------------- /ValBV072/ValDKCUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/ValDKCUnit.pas -------------------------------------------------------------------------------- /ValBV072/ValJOHUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/ValJOHUnit.pas -------------------------------------------------------------------------------- /ValBV072/ValLBGUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/ValLBGUnit.pas -------------------------------------------------------------------------------- /ValBV072/ValRTLUnit.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/ValRTLUnit.pas -------------------------------------------------------------------------------- /ValBV072/version.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maximmasiutin/FastCodeBenchmark/HEAD/ValBV072/version.inc --------------------------------------------------------------------------------