Skip to content

Fix #253: Block-compile list-to-hashtable and callers

Raymond Toy requested to merge issue-253-block-compile-list-to-hashtable into master

As a minor optimization, block compile list-to-hashtable and the callers (set-difference, union, and intersection). This requires moving these functions together so that we only block-compile for these functions.

Edited by Raymond Toy

Merge request reports