|
|
|
|
|
by axod
5797 days ago
|
|
"I need a filesystem" => "Here are my options, which one is better?" => "They're good for different things"... STOP For most things, it doesn't matter. A filesystem is a filesystem. You only need to make decisions like that when you properly measure and decide that X may be a bottleneck, or you need features that Y has but X doesn't. |
|
Premature optimization is a sin, but making design decisions you know from experience has a major impact is not, as long as you measure to confirm afterwards.
We don't design by throwing dice - most decisions we make are based on experience or assumptions about what works and what doesn't. Measurements are important to challenge those assumptions, but it doesn't take away the value of making use of experience to create a reasonable baseline.
Where "premature optimization" comes in is where you start expending unnecessary extra effort to implement a more complicated solution without evidence to back up the need for it.
Spending a little bit of time to think through the requirements for major aspects of your system is not extra effort.