summaryrefslogtreecommitdiff
path: root/kattis-kth/alginda-quicksort/radix-less-alloc-jl
diff options
context:
space:
mode:
authormathiasmagnusson <mathiasmagnussons@gmail.com>2022-12-09 18:00:41 +0100
committermathiasmagnusson <mathiasmagnussons@gmail.com>2022-12-09 18:00:41 +0100
commita1eb38bebe6ce1668c3f96489506c3b05b9fe5cb (patch)
treecccf0fd4763dba123efab7c896292dc18d1eb458 /kattis-kth/alginda-quicksort/radix-less-alloc-jl
parente41e6c8bc72e3300a0fa137f198454341bc315b1 (diff)
downloadprogramming-problem-solving-a1eb38bebe6ce1668c3f96489506c3b05b9fe5cb.tar.gz
Move stuff around
Diffstat (limited to 'kattis-kth/alginda-quicksort/radix-less-alloc-jl')
-rw-r--r--kattis-kth/alginda-quicksort/radix-less-alloc-jl4
1 files changed, 4 insertions, 0 deletions
diff --git a/kattis-kth/alginda-quicksort/radix-less-alloc-jl b/kattis-kth/alginda-quicksort/radix-less-alloc-jl
new file mode 100644
index 0000000..c54ac93
--- /dev/null
+++ b/kattis-kth/alginda-quicksort/radix-less-alloc-jl
@@ -0,0 +1,4 @@
+read 0.107877 seconds (21 allocations: 45.063 MiB, 4.28% gc time)
+sort 0.015880 seconds (3 allocations: 2.290 MiB)
+print 0.157580 seconds (2.40 M allocations: 82.397 MiB, 5.86% gc time)
+all 0.281429 seconds (2.40 M allocations: 129.756 MiB, 4.92% gc time)