[Info-vax] ADA and VMS (was Safer programming languages)
Arne Vajhøj
arne at vajhoej.dk
Tue Nov 16 11:20:41 EST 2021
On 11/16/2021 10:08 AM, Dave Froble wrote:
> On 11/16/2021 9:47 AM, Arne Vajhøj wrote:
>> I would say that there is a lot of focus on efficiency today.
>>
>> But there are two types of such focus.
>>
>> There is the hacker/nerd crowd that focus on micro-benchmarks
>> of all sorts of things. ADD A TO B GIVING C will fit fine in
>> that.
>>
>> And then there is the engineering/professional crowd that
>> focus on actual solution/system performance. But what measurement
>> in this area prove to be relevant has changed over the last 30 years.
>> Unless one is in a specialized area like HPC then ADD A TO B GIVING C
>> is not relevant for solution/system performance today. They are
>> looking for round trips between tiers, interpreted vs compiled,
>> data models etc..
>
> Lipstick on a pig, huh ???
Not sure what you mean.
There are lots of performance disasters.
But typical it is the high level design that is wrong not
the low level code.
Example 1: a system where reports was painful slow - turned out that the
report made 6000 database queries to get the data for the report.
Example 2: a web page was painful slow - turned out that the
client side JavaScript fetched data using 2000 AJAX requests.
Arne
More information about the Info-vax
mailing list