purplegrapeZz / goroutine-py

🚀 An Asyncio-based concurrency library for Python.
MIT License
101 stars 0 forks source link

Great work! Direction? #1

Open antonvice opened 6 months ago

antonvice commented 6 months ago

Hey man, I like your lib, dead simple. Have you thought about adding "channels" and synchronization for goroutines in python? If you are not planning on implementing, have you thought about some way to implement that?

purplegrapeZz commented 5 months ago

Hi there, thanks for your suggestion! I will try for better.

purplegrapeZz commented 5 months ago

But due to the single-threaded concurrency characteristics of Python, "Channels" are not practical in Python, maybe i will try multi-processing but this lib can not achieve the same performance as Go.