From 5176a93c935ca876ea067d53d393c5bfaee1435b Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Sat, 13 Apr 2019 06:52:15 -0700 Subject: [PATCH] fix typo: deals -> details --- performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.md b/performance.md index 9eb9efd..9789815 100644 --- a/performance.md +++ b/performance.md @@ -572,7 +572,7 @@ your specific problem. Mapping your problem into a domain that already has well-researched implementations can be a significant win. Similarly, using a simpler algorithm means that tradeoffs, analysis, and -implementation deals are more likely to be more studied and well understood +implementation details are more likely to be more studied and well understood than more esoteric or exotic and complex ones. Simpler algorithms can also be faster. These two examples are not isolated cases