8000 GitHub - basileMarchand/benchmark_python3.14_nogil
[go: up one dir, main page]

Skip to content

basileMarchand/benchmark_python3.14_nogil

Repository files navigation

🐍 Python 3.14 Benchmarks with --disable-gil

This repository contains the source code and setup used to benchmark the experimental --disable-gil mode introduced in Python 3.13/3.14.

📦 Repository Contents

  • Dockerfile-nogil: Dockerfile to build Python 3.14b2 with the --disable-gil compile option
  • four multithreaded test cases used to benchmark GIL vs no-GIL performance
  • ARTICLE.md: my notes in french for the dev.to article

🚀 Running the Benchmarks

docker build -f Dockerfile-nogil -t python:nogil_3.14b2 .
docker run -it python:nogil_3.14b2

📝 Related Article

The full article describing these benchmarks is available on dev.to

📚 Useful References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0