From 96f08fde9d565aad8188256cc9f9ff3fe8443109 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 7 May 2019 09:25:36 +0200 Subject: [PATCH] fixed Similarly --- performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.md b/performance.md index 281ab51..6617732 100644 --- a/performance.md +++ b/performance.md @@ -1227,7 +1227,7 @@ different tradeoffs that were reasonable in the 70s or 80s but don't necessarily apply to your use case. For example, what they determine to be "reasonable" memory vs. disk usage tradeoffs. Memory sizes are now orders of magnitude larger, and SSDs have altered the latency penalty for using disk. -Simiarly, some streaming algorithms are designed for router hardware, which +Similarly, some streaming algorithms are designed for router hardware, which can make it a pain to translate into software. Make sure the assumptions the algorithm makes about your data hold.