This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Louis Huemiller
Recipients Louis Huemiller
Date 2019-10-16.04:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571199606.02.0.290683620668.issue38477@roundup.psfhosted.org>
In-reply-to
Content
Attached is a chart, which shows the results from the runs mentioned in the initial post.  This chart was produced through the use of:

  ../permutations2x2_chart_results \
    -f ./20191011b_chart.svg \ 
 C++unordered_map:./20191011b_magiccube2x2_permutations_cxx_unordered_map \
        Python2.7:./20191011b_magiccube2x2_permutations_python2.7 \
        Python3.6:./20191011b_magiccube2x2_permutations_python3.6 \
        Python3.7:./20191011b_magiccube2x2_permutations_python3.7 \
       
  Python3.8.0rc1:./20191011b_magiccube2x2_permutations_python3.8.0rc1

The permutations2x2_chart_results program is present in the gist.github repository mentioned in the initial post.
History
Date User Action Args
2019-10-16 04:20:06Louis Huemillersetrecipients: + Louis Huemiller
2019-10-16 04:20:06Louis Huemillersetmessageid: <1571199606.02.0.290683620668.issue38477@roundup.psfhosted.org>
2019-10-16 04:20:06Louis Huemillerlinkissue38477 messages
2019-10-16 04:20:05Louis Huemillercreate