Comment by ge96 Comment by ge96 3 days ago 2 replies Copy Link View on Hacker News I still gotta wrap my head around concurrency, I'm not sure if using threads count for concurrency
Copy Link gpderetta 3 days ago Collapse Comment - of course it does, why wouldn't they? Reply View | 1 reply Copy Link ge96 3 days ago Parent Collapse Comment - Something about GIL and how code is written (one statement comes before the other), true parallelism, anyway I gotta do my hwI have not done anything significant like HFT to really dig deep into thisAlso coming from JS async/await (nodeJS has one thread) Reply View | 0 replies
Copy Link ge96 3 days ago Parent Collapse Comment - Something about GIL and how code is written (one statement comes before the other), true parallelism, anyway I gotta do my hwI have not done anything significant like HFT to really dig deep into thisAlso coming from JS async/await (nodeJS has one thread) Reply View | 0 replies
of course it does, why wouldn't they?