Hai-Anh Trinh
Hai-Anh Trinh
Seconded, this is useful to see whether the markup renders correctly.
sorry for late response, for some reason I didn't see this coming thru my email. I wrote this as a toy example to play with goroutines and didn't quite envision...
Thanks @unitive-jim, the example you gave I believe is local writes only. Is there an example of writing compressed TFRecords output via Spark?
I believe the code for 'MemoryUseModule' has changed, could you guys reproduce with the HEAD version?
This is a docker permission issue. I followed this script to fix: https://stackoverflow.com/questions/64662372/docker-compose-up-error-while-fetching-server-api-version-connection-aborte ``` sudo gpasswd -a $USER docker newgrp docker ```
Actually my tests are I/O intense, but network I/O, so the more processes waiting, the better.
Thank you for the PR!
I got pickle errors running the doctest and test suite in 3.10.12. Doctest ```$ python3 stream.py ********************************************************************** File "/Users/aht/src/aht/stream.py/stream.py", line 820, in __main__.ProcessPool Failed example: range(10) >> ProcessPool(map(lambda x: x*x))...