Mark · @cofiem
16 followers · 17 posts · Server aus.social

Python is embarking on a new and interesting path! PEP703: "Making the Global Interpreter Lock Optional in CPython" discuss.python.org/t/a-steerin

#python #nogil

Last updated 1 year ago

Jan Katins · @jankatins
102 followers · 1501 posts · Server fosstodon.org

@hynek the iphone also sacrificed comfortable typing on real keys and daylong battery life for some new experience... Nokia bet on the former and it paid big time for it.

#nogil #python

Last updated 1 year ago

· @twitter
1 followers · 54808 posts · Server mstdn.skullb0x.io

Originally posted by Backblaze / @backblaze@twitter.com: twitter.com/backblaze/status/1

RT by @backblaze: 10x Python I/O speed with one line change? It's possible, and we tested it. Check out the results of our experiments testing different versions with the @backblaze CLI.

#python #pythonprogramming #Pythonistas #pyconus2023 #pyconUS #nogil

Last updated 1 year ago

elhult · @elhult
33 followers · 238 posts · Server mastodon.acc.sunet.se

By setting `nogil=True` on a Numba function, I just cut the runtime of one part in the code from 60 minutes to 4 minutes.

Feels like an okay win for essentially a single line edit.

#threading #numba #nogil #python

Last updated 2 years ago

elhult · @elhult
24 followers · 137 posts · Server mastodon.acc.sunet.se

@brettcannon i vote . I do machine learning research, often prototyping code on my local computer (with a quite competent multicore CPU), and i think threads could give me quite some improvements there. Not bringing out the big guns like dask every time might improve latency in development iterations, for example. On the other hand, i think I am badly informed about the implications of a compiler.

Would love an episode of @pythonbytes discussing the topic.

#jit #nogil

Last updated 2 years ago

Thomas Svensson 🤓 · @tsvenson
12 followers · 35 posts · Server fosstodon.org

@brettcannon Thinking if is sorted first, making JIT happen later is probably much easier than the other order.

#nogil

Last updated 2 years ago

Jim Kring :python: :django: G · @jimkring
85 followers · 124 posts · Server fosstodon.org

Will your code will run on ()?

It's easy to find out...

Here is a GitHub Action I created to run and test your project code with nogil python (by adding just a few lines of yaml to your project's config).

github.com/marketplace/actions

My hope is this helps people get familiar with nogil, begin testing their code, and providing feedback.

#python #nogil #pep703

Last updated 2 years ago

Jim Kring :python: :django: G · @jimkring
85 followers · 124 posts · Server fosstodon.org

Will your code will run on ()?

It's easy to find out...

Here is a GitHub Action I created to run and test your project code with nogil python (by adding just a few lines of yaml to your project's config).

github.com/marketplace/actions

My hope is this helps people get familiar with nogil, begin testing their code, and providing feedback.

@colesbury

#python #nogil #pep703

Last updated 2 years ago

Jim Kring :python: :django: G · @jimkring
84 followers · 124 posts · Server fosstodon.org

Will your code will run on ()?

It's easy to find out...

Here is a GitHub Action I created to run and test your project code with nogil python (by adding just a few lines of yaml to your project's config).

github.com/marketplace/actions

My hope is this helps people get familiar with nogil, begin testing their code, and providing feedback.

@colesbury

#python #nogil #pep703

Last updated 2 years ago

Jim Kring :python: :django: G · @jimkring
67 followers · 107 posts · Server fosstodon.org

I’m looking forward to working with . Real, multithreaded apps would be so nice. Kudos to Sam Gross for all the great work on this effort
peps.python.org/pep-0703/

#python #nogil

Last updated 2 years ago

Bigo · @crisidev
82 followers · 147 posts · Server hachyderm.io
Jim Donegan ✅ · @jimdonegan
1120 followers · 2246 posts · Server mastodon.scot
Bertrand Servin · @BertrandServin
150 followers · 128 posts · Server fediscience.org

A very nice talk about creating a

youtu.be/9OOJcTp8dqE

I'll definitely try it out.

#python #nogil

Last updated 2 years ago