!7 cmodule CacheAllSnippets { transient SS data; // snippet ID to uppercase text start-thread { time "Load all snippet texts" { map = mapValues upper(cloneAsHashMap(dm_snippetIDToTextMap())); } print("Loaded " + nSnippets(map) + ", " + nChars(totalStringLength(values(map)))); } }