This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
I’m trying to figure out a fast way to compare the speed of different implementations of a single python algorithm. One option is the timeit module . 
 I’m not sure the best way to setup these comparisons, so I made a function for each implementation: divceil1 … divceil6 . Then, I made a function to run each and check its output: test1 … test6 . Finally, I’m…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.