Consider using block compilation (start-block) for list-to-hashtable and callers
Related to issue #240 (closed) and merges !153 (merged), !159 (merged), and !160 (merged), we can do minor optimization for the hashtable implementation of set-difference
, union
, and intersection
. We can do block-compilation so that list-to-hashtable
can be a local call, bypassing argument processing. Probably won't make any really noticeable difference in performance, but every little bit helps.
Edited by Raymond Toy