X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3b5e20ecd11d11ae060fd03d18d0c3ba8018ee0d..21d6792d1c504fc73add4749a295bf2eb2cf1c3a:/doc/concepts.tex diff --git a/doc/concepts.tex b/doc/concepts.tex index c4bcf61..0533a68 100644 --- a/doc/concepts.tex +++ b/doc/concepts.tex @@ -537,7 +537,7 @@ Keyword arguments can be provided in three ways. \end{enumerate} Perhaps surprisingly, keyword arguments have a relatively small performance -impact. On the author's aging laptop, a call to a simple function, passing +impact. On the author's ageing laptop, a call to a simple function, passing two out of three keyword arguments, takes about 30 cycles longer than calling a standard function which just takes integer arguments. On the other hand, quite a lot of code is involved in decoding keyword arguments, so code size