Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.785 Beiträge
 
#1

A slightly optimized TDateTime functions (YearOf, MonthOf, DayOf) …

  Alt 13. Jul 2017, 12:20
Besides the optimised versions of these functions, I learned the most from these comments: *The DivMod should be faster. Should really be a single division. The CPU instruction will give you both div and mod from a single instruction. No point doing the divide twice. ...

More...
  Mit Zitat antworten Zitat