The Belfry
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
learnbyexample@programming.dev to Python@programming.devEnglish · 2 years ago

Compiled variants of the Python standard library.

github.com

external-link
message-square
4
fedilink
19
external-link

Compiled variants of the Python standard library.

github.com

learnbyexample@programming.dev to Python@programming.devEnglish · 2 years ago
message-square
4
fedilink
GitHub - pycompiled/compiled: Compiled variants of the Python standard library.
github.com
external-link
Compiled variants of the Python standard library. Contribute to pycompiled/compiled development by creating an account on GitHub.
alert-triangle
You must log in or register to comment.
  • AlmightySnoo 🐢🇮🇱🇺🇦@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    edit-2
    2 years ago

    Since it’s running mypyc (https://mypyc.readthedocs.io/en/latest/index.html ) on the imports under the hood, I’m struggling to see why you’d want to limit yourself to the standard library instead of just compiling your whole program as a module with mypyc directly?

    At the same time, if the gains are consistent, I also feel that CPython should just compile an entire standard library on installation.

    EDIT: benchmarks for mypyc look impressive, only exceptions are slower:

    • https://github.com/mypyc/mypyc-benchmark-results/blob/master/reports/summary-microbenchmarks.md
    • https://github.com/mypyc/mypyc-benchmark-results/blob/master/reports/summary-main.md
  • maegul (he/they)@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 years ago

    Hmmm. Interesting. Why not a project that just simply writes the (Python parts of the) standard library in C directly?

    • plistig@feddit.de
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 years ago

      Many, many parts of the standard library are written in C. Most performance critical parts are.

      Do you need a pre-compiled tomllib? If you are using toml a lot, maybe. But chances are that you aren’t reading a lot of toml files, and if you are, then you’re probably already using rtoml.

      • sebsch@discuss.tchncs.de
        link
        fedilink
        arrow-up
        3
        ·
        2 years ago

        The json is also still Python code. ujson helps but still json.dumps is suuuper slow.

Python@programming.dev

python@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !python@programming.dev

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events
Past

November 2023

  • PyCon Ireland 2023, 11-12th
  • PyData Tel Aviv 2023 14th

October 2023

  • PyConES Canarias 2023, 6-8th
  • DjangoCon US 2023, 16-20th (!django 💬)

July 2023

  • PyDelhi Meetup, 2nd
  • PyCon Israel, 4-5th
  • DFW Pythoneers, 6th
  • Django Girls Abraka, 6-7th
  • SciPy 2023 10-16th, Austin
  • IndyPy, 11th
  • Leipzig Python User Group, 11th
  • Austin Python, 12th
  • EuroPython 2023, 17-23rd
  • Austin Python: Evening of Coding, 18th
  • PyHEP.dev 2023 - “Python in HEP” Developer’s Workshop, 25th

August 2023

  • PyLadies Dublin, 15th
  • EuroSciPy 2023, 14-18th

September 2023

  • PyData Amsterdam, 14-16th
  • PyCon UK, 22nd - 25th
🐍 Python project:
  • Python
  • Documentation
  • News & Blog
  • Python Planet blog aggregator
💓 Python Community:
  • #python IRC for general questions
  • #python-dev IRC for CPython developers
  • PySlackers Slack channel
  • Python Discord server
  • Python Weekly newsletters
  • Mailing lists
  • Forum
✨ Python Ecosystem:
  • pyvideo
  • Awesome Python
  • PyCon US 2023 and videos!
🌌 Fediverse
Communities
  • #python on Mastodon
  • c/django on programming.dev
  • c/pythorhead on lemmy.dbzer0.com
Projects
  • Pythörhead: a Python library for interacting with Lemmy
  • Plemmy: a Python package for accessing the Lemmy API
  • pylemmy pylemmy enables simple access to Lemmy’s API with Python
  • mastodon.py, a Python wrapper for the Mastodon API
Feeds
  • Active c/Python posts
  • New c/Python posts
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 50 users / day
  • 123 users / week
  • 249 users / month
  • 1.14K users / 6 months
  • 1 local subscriber
  • 7.28K subscribers
  • 367 Posts
  • 1.8K Comments
  • Modlog
  • mods:
  • Jason Novinger@programming.dev
  • Erlingur@programming.dev
  • Luis Norambuena@programming.dev
  • BE: 0.19.5
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org