46 results for “topic:timeit”
Python timeit CLI for the 21st century! colored output, multi-line input with syntax highlighting and autocompletion and much more!
An easy and convienent way to performance test python code.
measuring execution times written by Nim.
Time and benchmark blocks of Python code. A powerful multi-line in-code alternative to timeit.
Benchmark and analyze functions' time execution and results over the course of development
Interactive parametric benchmarks in Python
Implementation of dijkstra's algorithm in Python - Output includes network graph and shortest path. Output screenshots attached.
timeitPro is an advanced Python function profiler with JSON logging and a Flask dashboard.
Pretty timeit.
Async version of python's timeit
Simple wrapper over timeit for benchmarking.
Moved to https://codeberg.org/oger/shell-timeit
Get the elapsed time of a block of code and return the result of that block of code.
Measure performance and showcase the difference between results without boilerplate.
Function(s) execution timer @decorator with args --> functions wrapper for a quick Python Built-in 'Timeit' modile reports without interrupting or breaking course of a code run.
timeit tests with python/wxPython/etc
Measure and track the wall and CPU time of defined scopes.
Simple decorators for measuring Python methods execution time
Cmd scripts library
Measure JavaScript function execution time
Benchmarking k-d tree construction and search
A timeit decorator for Python functions that allows for splits measurements inside of the function without the hustles of modifying too much code after performance analysis
Time a snippet.
Program will take an txt file as a comand line argument which includes unsorted strings. Than pushes these strings into a heap. Finally adds two more strings into this heap than calculate how much time each one will takes.
Trying to use Python multiprocessing to calculate the Collatz conjecture. For shits and giggles.
Time++ is an easy-to-use header-only library for C++20 to time functions or blocks of code
Projects written in Python3
A Visual Studio Code extension to view the execution time of any Python function on the fly.
Python Program That Calculates Euclidean Distances Via 5 Algorithms
Сравнил производительность основных типов данных (коллекций) с помощью библиотеки timeit