Multi threading program considered impossible
-
Python Version
In regards to this, here is the python version: def initialList(size): return [0 for x in range(size)] def XinY_Go(x,y,index,slots): if (y -…
-
Parallel Computing
At work the other day Bucky, Kilroy, and I were discussing Parallel computing. I made the comment that all parallel computing was multi-threaded, but…
-
List Comprehensions in python
veloso had an interesting python puzzle for me in python. How could you take a tuple in python, such as (1,2,3) and transform it into the…
- Post a new comment
- 0 comments
- Post a new comment
- 0 comments