B
B
beduin012018-05-19 13:12:08
Python
beduin01, 2018-05-19 13:12:08

Who can give an example of problems with shared data in Python?

I'm learning GIL. All examples are case studies from the series. Here you have a list and you process it from two threads. However, I can't think of a case where this might be needed.
Who can give a real example?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-05-19
@beduin01

The quicksort algorithm usually parallelizes very well, but not in Python.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question