Click here to Skip to main content
15,910,234 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: user data system for a web-based e-mail service Pin
Richard MacCutchan18-Jan-24 22:01
mveRichard MacCutchan18-Jan-24 22:01 
GeneralRe: user data system for a web-based e-mail service Pin
jschell19-Jan-24 5:01
jschell19-Jan-24 5:01 
GeneralRe: user data system for a web-based e-mail service Pin
RedDk19-Jan-24 8:15
RedDk19-Jan-24 8:15 
GeneralRe: user data system for a web-based e-mail service Pin
jschell18-Jan-24 4:18
jschell18-Jan-24 4:18 
GeneralRe: user data system for a web-based e-mail service Pin
Richard MacCutchan18-Jan-24 4:50
mveRichard MacCutchan18-Jan-24 4:50 
GeneralRe: user data system for a web-based e-mail service Pin
jschell19-Jan-24 4:57
jschell19-Jan-24 4:57 
AnswerRe: user data system for a web-based e-mail service Pin
k505416-Jan-24 6:34
mvek505416-Jan-24 6:34 
AnswerRe: user data system for a web-based e-mail service Pin
Gerry Schmitz18-Jan-24 7:04
mveGerry Schmitz18-Jan-24 7:04 
GeneralRe: user data system for a web-based e-mail service Pin
Eddy Vluggen18-Jan-24 7:30
professionalEddy Vluggen18-Jan-24 7:30 
GeneralRe: user data system for a web-based e-mail service Pin
Gerry Schmitz18-Jan-24 11:35
mveGerry Schmitz18-Jan-24 11:35 
GeneralRe: user data system for a web-based e-mail service Pin
Eddy Vluggen18-Jan-24 16:53
professionalEddy Vluggen18-Jan-24 16:53 
GeneralRe: user data system for a web-based e-mail service Pin
Richard Andrew x6419-Jan-24 12:06
professionalRichard Andrew x6419-Jan-24 12:06 
GeneralRe: user data system for a web-based e-mail service Pin
Gerry Schmitz19-Jan-24 13:24
mveGerry Schmitz19-Jan-24 13:24 
GeneralRe: user data system for a web-based e-mail service Pin
trønderen19-Jan-24 14:31
trønderen19-Jan-24 14:31 
PraiseRe: user data system for a web-based e-mail service Pin
Eddy Vluggen10-Feb-24 10:12
professionalEddy Vluggen10-Feb-24 10:12 
AnswerRe: user data system for a web-based e-mail service Pin
Richard Deeming29-Jan-24 4:03
mveRichard Deeming29-Jan-24 4:03 
GeneralRe: user data system for a web-based e-mail service Pin
Eddy Vluggen10-Feb-24 10:14
professionalEddy Vluggen10-Feb-24 10:14 
QuestionSilly Logging Question Pin
Kevin Marois27-Dec-23 17:05
professionalKevin Marois27-Dec-23 17:05 
AnswerRe: Silly Logging Question Pin
Mircea Neacsu27-Dec-23 17:32
Mircea Neacsu27-Dec-23 17:32 
AnswerRe: Silly Logging Question Pin
jschell28-Dec-23 6:25
jschell28-Dec-23 6:25 
QuestionImplementing domain driven design Pin
Jan Hein de Jong23-Dec-23 10:41
Jan Hein de Jong23-Dec-23 10:41 
AnswerRe: Implementing domain driven design Pin
Gerry Schmitz24-Dec-23 6:34
mveGerry Schmitz24-Dec-23 6:34 
GeneralWhy I don't do MVVM. Pin
Gerry Schmitz22-Dec-23 9:46
mveGerry Schmitz22-Dec-23 9:46 
GeneralRe: Why I don't do MVVM. Pin
Greg Utas22-Dec-23 14:46
professionalGreg Utas22-Dec-23 14:46 
GeneralRe: Why I don't do MVVM. Pin
jschell25-Dec-23 7:53
jschell25-Dec-23 7:53 
Greg Utas wrote:
Does performance still even matter?...If it does, and I wasn't retired


It really mattered in the 50/60s whether you used a bubble sort or a binary sort.

For the single application that one would write then.

Now companies do enterprise systems which can contain thousands or even tens of thousands of running instances which have far more serious issues with performance. None of which can be solved with tuning individual lines of code.

Complexity of course drives that. There are many, many other factors that also impact it.

As an example I once increased performance by about 60000% (10 hours to less than 1 minute) by changing requirements. Doubt increasing the CPU by 3% would have had that much impact.

On the other hand I have seen developers spending more than a week 'optimizing' code which would have no impact at all on the user experience.

Not to mention of course business practices that allowed customers to abuse the enterprise to such an extent (by not forcing them to pay for what they were using) that they then started complaining that the system was too slow.

Customers like to complain about performance but often can't even cite what that actually means. And it is very seldom that they are willing to switch product/services because of that. It is the other features that they need/want which drive their decision. Not to mention the cost.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.