commit aba35919ac62c79658ba7343ed9f62bc594cafdc
parent a42c47ca4d8c3747b4df7f455b9dbb3e90582147
Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Date: Fri, 14 Aug 2015 17:40:54 +0200
Prevent people from panicking about performance.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -154,7 +154,8 @@ control repository of this SRFI.
It might be desirable for Scheme systems to offer a more efficient
`type-of` procedure than the one used in this implementation, which in
the worst case consumes linear time with regard to the number of types
-(including every record type) within the system.
+(including every record type) within the system, albeit with a very
+small constant factor: one call to each type predicate.
Acknowledgments