Trending

#PyPy

Latest posts tagged with #PyPy on Bluesky

Latest Top
Trending

Posts tagged #PyPy

Preview
She's Back, by PYPY from the album Sacred Times


🇺🇦 #NowPlaying on #KEXP's #VarietyMix

PyPy:
🎵 She’s Back

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify

▶️ Song/Cover on #Bandcamp:

0 0 0 0

github.com/numpy/numpy/issues/30416

This is the saddest news I’ve heard recently: #PyPy is no longer under active development.

It is so bad to know that they originally did not intend to go beyond 3.10).

#Python

0 2 0 0

just used #PyPy to accelerate an Amaranth simulation from 35s to 17s (no code changes)

it's pretty good

1 0 0 0

Anyone up for porting #SageMath to #PyPy? Porting passagemath-objects is where to start; this is where code specific to #CPython is found.
#Python #OpenSource #Mathematics

2 1 0 0

#Autobahn v25.10.2 Released: #WebSocket & #WAMP for Python with Critical Fixes and Enhanced CI/CD, #PyPy Support, Binary Wheels, and native NVX (SIMD vector acceleration)

- **📋 Full Announcement:** github.com/crossbario/a...
- **🌐 WAMP Protocol:** wamp-proto.org

0 1 0 0

zlmdb v25.10.1 Released: #LMDB for #Python with #PyPy Support, Binary Wheels, and Vendored Dependencies.

- **📋 Full Announcement:** github.com/crossbario/z...
- **📦 PyPI:** pypi.org/project/zlmd...
- **📖 Docs:** zlmdb.readthedocs.io/en/latest/
- **💻 GitHub:** github.com/crossbario/z...

0 0 0 0

Why isn't PyPy more widely adopted despite its performance benefits? Key reasons include compatibility issues with popular libraries, CPython's focus on new features, and many Python use cases not being CPU-bound. #PyPy 4/6

0 0 1 0
Preview
PYPY "Pagan Day" LP, by PyPy 7 track album


🇺🇦 #NowPlaying on #KEXP's #VarietyMix

Pypy:
🎵 Pagan Day

#Pypy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify

▶️ Song/Cover on #Bandcamp:

0 0 0 0
Preview
Vanishing Blinds, by PYPY from the album Sacred Times


🇺🇦 #NowPlaying on #KEXP's #VarietyMix

PyPy:
🎵 Vanishing Blinds

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify

▶️ Song on #Bandcamp:

0 0 0 0
Preview
PYPY & KAY-Fayb @ Minotaure - PhotogMusic PYPY & KAY-Fayb @ Minotaure

#ottawa #music #bluesky #photography #indie #pypy #kayfayb
photogmusic.com/pypy-kayfayb...

5 0 0 0
Post image Post image Post image Post image

PyPy at Bar Minotaure on February 23, 2025.
#music #pypy #gatineau #ottawa #blackandwhite #photography #indie #punk #sony7iv #bluesky #flashesbluesky @gonerrecords.bsky.social

10 0 0 0
Preview
Punk Rock in Party City: Montreal’s Thriving Garage Rock Scene Informed by the city's punk heritage, Montreal garage rock is as diverse as it is vibrant.

Check it out, Punk Rock in Party City: Montreal’s Thriving Garage Rock Scene, via @bandcamp.com
daily.bandcamp.com/scene-report... #Montreal #PYPY #ThRetailSimps #KKBBQShow #GaragePunk

11 1 0 0
A turntable spins PYPY’s 2024 release, Sacred Times in the foreground. Album cover leans in back. Cover is a photograph that appears to be a pyramid made of red bricks like you’d use for a house set against a blank, white background. At the top of the pyramid is attached a closed-circuit surveillance camera, like you’d see at a bank or convenience store. The white hype sticker reads “PYPY - Sacred Times”.

A turntable spins PYPY’s 2024 release, Sacred Times in the foreground. Album cover leans in back. Cover is a photograph that appears to be a pyramid made of red bricks like you’d use for a house set against a blank, white background. At the top of the pyramid is attached a closed-circuit surveillance camera, like you’d see at a bank or convenience store. The white hype sticker reads “PYPY - Sacred Times”.

#nowspinning PYPY - Sacred Times (2024). #vinyl #vinylcommunity #musicsky #psych #garage #soul #pypy

2 0 2 0
Preview
Vanishing Blinds, by PYPY from the album Sacred Times


🔊 #NowPlaying on #KEXP's #VarietyMix

PyPy:
🎵 Vanishing Blinds

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0

🔍 What is Powersort?
Powersort is an optimized version of Timsort, Python's sorting algorithm, and is already implemented in both #CPython and #PyPy. It offers faster execution times and reduced energy consumption, benefiting both developers and the environment 🌍(2/7)

0 0 1 0
Preview
Vanishing Blinds, by PYPY from the album Sacred Times


🔊 #NowPlaying on #KEXP's #AfternoonShow

PyPy:
🎵 Vanishing Blinds

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0
Preview
She's Back, by PYPY from the album Sacred Times


🔊 #NowPlaying on #KEXP's #MorningShow

PyPy:
🎵 She’s Back

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0
Preview
Poodle Wig, by PYPY from the album Sacred Times


🔊 #NowPlaying on #KEXP's #SonicReducer

PyPy:
🎵 Poodle Wig

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0
Preview
Erase, by PYPY from the album Sacred Times


🔊 #NowPlaying on #KEXP's #Early

PyPy:
🎵 Erase

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0
# AOC 2024 Day 19 - expect input on stdin
from functools import cache

ds, ps = open(0).read().split('\n\n')
D , P  = ds.split(", "), ps.split()

@cache
def arrs(p):
    return not p or sum(arrs(p[len(d):]) for d in D if p.startswith(d))

print(sum(arrs(p) > 0 for p in P))  # Part 1
print(sum(arrs(p) for p in P))      # Part 2

# AOC 2024 Day 19 - expect input on stdin from functools import cache ds, ps = open(0).read().split('\n\n') D , P = ds.split(", "), ps.split() @cache def arrs(p): return not p or sum(arrs(p[len(d):]) for d in D if p.startswith(d)) print(sum(arrs(p) > 0 for p in P)) # Part 1 print(sum(arrs(p) for p in P)) # Part 2

AOC 2024 Day 19 #python #aoc2024
0.6s with python, 0.1s with pypy - go #pypy!

0 0 0 0
Preview
Lonely Striped Sock, by PYPY from the album Sacred Times


🔊 #NowPlaying on #KEXP's #Early

PyPy:
🎵 Lonely Striped Sock

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0
Preview
Vanishing Blinds, by PYPY from the album Sacred Times


🔊 #NowPlaying on #KEXP's #Early

PyPy:
🎵 Vanishing Blinds

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0
Preview
Sacred Times, by PYPY 9 track album


🔊 #NowPlaying on #KEXP's #SonicReducer

PyPy:
🎵 Sacred Times

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0

Happy birthday to my friend and a uniquely bright mind, @cfbolz.bsky.social! You know him for maintaining #PyPy, the original version of #Python with a successful JIT. PyPy proves it can be done, we'll see how easy it is to be repeated 🤓

10 1 0 0
Preview
Lonely Striped Sock, by PYPY from the album Sacred Times


🔊 #NowPlaying on #KEXP's #Early

PyPy:
🎵 Lonely Striped Sock

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0
Post image Post image

In case of Python: This is not fast language and speed is not his prime BUT swapping to pypy as runner reduced time from 25s to 5s.
pypy.org

#python #pypy #rustIsFaster

0 0 2 0

Algunes conclusions interessants:
- #Java i #Kotlin són molt ràpids! Gràcies segurament a l'inversió de #Google
- #JavaScript es realment rápid comparat amb altres llenguatges interpretats
- #Python es bastant lent si no utilitzes #PyPy

https://x.com/BenjDicken/status/1861072804239847914

0 2 0 0
Post image

💃今日の踊るトレーニング💃
PYPY集合写真💃
#💃 #VRC_Dance💃
#VRC_Traning #PYPY

5 0 0 0
Post image Post image Post image Post image

💃今日の踊るトレーニング💃
PYPY💃
#💃 #VRC_Dance💃
#VRC_Traning #PYPY

6 0 1 0
Preview
She's Back, by PYPY from the album Sacred Times


🔊 #NowPlaying on #KEXP's #VarietyMix

PyPy:
🎵 She’s Back

#PyPy

▶️ 🪄 Automagic 🔊 show 📻 playlist on Spotify
▶️ Song on #Bandcamp:

0 0 0 0