JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in
# sorted allocates the full memory of its input (def d2 (range 10000000 0 -1)) # 87mb (sorted d2) # now 167 mb