Skip to content

ramnes/pep-557-vs-the-world

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

PEP 557 versus the world

This is the micro-benchmark behind my PEP 557 versus the world talk. Check out any with_*.py file to see what it does.

Although please note that in the first place, this was more about how to manipulate the different libraries than check their performance. In no way I assume that those results are definitive and valid in all use-cases.

Run

$ git clone https://github.com/ramnes/pep-557-vs-the-world
$ cd pep557-vs-the-world
$ virtualenv -ppython3.6 .venv && . .venv/bin/activate
(.venv) $ pip install -r requirements.txt
(.venv) $ python run_benchmark.py

Results

results.png

About

Comparing different data structures in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages