Initial commit: DV homework_2

This commit is contained in:
2026-03-14 15:24:57 +08:00
commit 3c1f431ca9
38 changed files with 1580 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
distribution,algorithm,size,mean_seconds,min_seconds,std_seconds,ratio_vs_numpy
clustered,bucket_msd,10000000,60.28482738400635,60.28482738400635,0.0,38.99371953553145
clustered,numpy_argsort,10000000,1.5460137709887931,1.5460137709887931,0.0,1.0
clustered,radix_lsd,10000000,27.49598729700665,27.49598729700665,0.0,17.785085626644115
uniform,bucket_msd,10000000,64.0347747229971,64.0347747229971,0.0,43.60164372657227
uniform,numpy_argsort,10000000,1.4686321259941906,1.4686321259941906,0.0,1.0
uniform,radix_lsd,10000000,26.053031775998534,26.053031775998534,0.0,17.739658090593608
1 distribution algorithm size mean_seconds min_seconds std_seconds ratio_vs_numpy
2 clustered bucket_msd 10000000 60.28482738400635 60.28482738400635 0.0 38.99371953553145
3 clustered numpy_argsort 10000000 1.5460137709887931 1.5460137709887931 0.0 1.0
4 clustered radix_lsd 10000000 27.49598729700665 27.49598729700665 0.0 17.785085626644115
5 uniform bucket_msd 10000000 64.0347747229971 64.0347747229971 0.0 43.60164372657227
6 uniform numpy_argsort 10000000 1.4686321259941906 1.4686321259941906 0.0 1.0
7 uniform radix_lsd 10000000 26.053031775998534 26.053031775998534 0.0 17.739658090593608