Skip to content

Interested in new python 3.13+ additions (disabled GIL and experimental JIT) and how they change the python performance.

License

Notifications You must be signed in to change notification settings

Tomcus/python-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3.13+ benchmarks

Intend of this repo is to investigate new features introduced in python 3.13 (mostly disabled GIL and experimental JIT). Also checks what difference makes compiling python with gcc or clang.

Requirements

  • whatever is needed to build python
  • gcc and clang
  • bash - to run main scripts
  • hyperfine - benchmarking tool

About

Interested in new python 3.13+ additions (disabled GIL and experimental JIT) and how they change the python performance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published