When Doing More Is Faster: A Curious Xojo Performance Test

Originally published at: When Doing More Is Faster: A Curious Xojo Performance Test – Xojo Programming Blog

I ran across something recently that had me truly scratching my head. My goal was to measure how much extra time it would take for some additional functionality I wished to add to a project. The initial code was performing a query on a table in a database and then looping through the RowSet returned…

1 Like