Merge pull request #44 from 0xflotus/master

fixed Similarly
This commit is contained in:
Damian Gryski 2019-05-07 00:55:16 -07:00 committed by GitHub
commit a76ecc5af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.