You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have mixed feeling about dropping //src/aquarium-direct-map.
Pros
Our maintenance effort can be reduced.
Cons
It can work as a perf baseline to tell whether abstraction in the "optimized" variant is over-engineered.
If we prefer to remove it, further discussion about the new directory hierarchy is needed. For example, //src/aquarium-optimized/* can be moved to //src/*, and //src/common seems no longer necessary as well.
The overall maintenance effort probably won't be reduced much. Usually the difficult part is to come up with a design out of thin air, instead of mirroring the change from one directory to the other.
The text was updated successfully, but these errors were encountered:
I have mixed feeling about dropping
//src/aquarium-direct-map
.Pros
Cons
//src/aquarium-optimized/*
can be moved to//src/*
, and//src/common
seems no longer necessary as well.The text was updated successfully, but these errors were encountered: