Remix.run Logo
Python Workers are now generally available(blog.cloudflare.com)
101 points by torutofu 5 hours ago | 11 comments
simonw 15 minutes ago | parent | next [-]

Pyodide is such a cool piece of the Python ecosystem. I hope Cloudflare consider throwing some money their direction: https://opencollective.com/pyodide/contribute

dsign 2 hours ago | parent | prev | next [-]

This is the tech at Cloudflare of course, but I swear that my first interpretation of the title was "We have replaced all our python coders with AI and they (the coders) are out and generally available" :-)

Joeboy 2 hours ago | parent [-]

Yeah I initially read it as a headline about the grim state of the software dev jobs market.

spicypixel an hour ago | parent | prev | next [-]

One day it’ll be similarly beautifully trivial to use go too. I hope.

stefan_lec 2 hours ago | parent | prev | next [-]

How do these perform for cold-starts? I remember one of the disadvantages of using web assembly for Workers was more spin-up time, but maybe they figured out a way around that.

dom96 2 hours ago | parent [-]

We’ve got some cold start numbers in our previous blog post: https://blog.cloudflare.com/python-workers-advancements/.

There is still more to do here and it’s what we will be focusing on next.

hbcondo714 16 minutes ago | parent | next [-]

Thanks, we've been using firecracker VMs with AWS MicroVM[1] and Fly.io Sprites[1] but interested in using Workers instead

[1] https://news.ycombinator.com/item?id=48642510

[2] https://news.ycombinator.com/item?id=46557825

aeyes 16 minutes ago | parent | prev [-]

The cold start numbers on that blog post show that its faster than AWS Lambda but your linked benchmark page [1] shows that Lambda is not only much faster but also much more consistent.

[1] https://cold.picheta.me/#bare

karmakaze 27 minutes ago | parent | prev | next [-]

They should support Mojo which might be a great fit for edge compute.

victorbjorklund 21 minutes ago | parent | prev | next [-]

Elixir next ;) with clustering across workers (kind of kidding because elixir probably does not make sense for CF workers)

pastrami_panda 14 minutes ago | parent | prev [-]

All example pages return 404.