commit a42c47ca4d8c3747b4df7f455b9dbb3e90582147 parent 33bc54c3ae110fa2e74ffc8777d900dc805cd247 Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> Date: Fri, 14 Aug 2015 17:38:36 +0200 Mention the type-of implementation detail. Diffstat:
M | README.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -151,6 +151,11 @@ Implementation A reference implementation as a library is found in the version 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. + Acknowledgments ---------------