Commit fb743a6e authored by melanson's avatar melanson

Ministry of English Composition edits


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11597 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 127f77ad
...@@ -28,16 +28,17 @@ NOTE: If you still don't understand some function, ask at our mailing list!!! ...@@ -28,16 +28,17 @@ NOTE: If you still don't understand some function, ask at our mailing list!!!
(http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel) (http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel)
What speedup justifies an optimizetion? When is an optimization justified?
--------------------------------------- ----------------------------------
Normaly with clean&simple optimizations and widely used codecs a overall Normally, clean & simple optimizations on widely used codecs can achieve
speedup of the affected codec of 0.1% is enough. These speedups accumulate an overall speedup of 0.1%. These speedups accumulate and can make a big
and can make a big difference after a while ... difference after awhile. Also, if none of the following factors get
Also if none of the following gets worse and at least one gets better then an worse due to an optimization -- speed, binary code size, source size,
optimization is always a good idea even if the overall gain is less than 0.1% source readability -- and at least one factor improves, then an
(speed, binary code size, source size, source readability) optimization is always a good idea even if the overall gain is less than
For obscure codecs noone uses, the goal is more toward keeping the code clean 0.1%. For obscure codecs that are not often used, the goal is more
small and readable than to make it 1% faster. toward keeping the code clean, small, and readable than to make it 1%
faster.
WTF is that function good for ....: WTF is that function good for ....:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment