Curious but Lazy
Monday, February 18, 2019
Python
Static typing
https://docs.python.org/3/library/typing.html
Global Interpreter lock (GIL)
The GIL prevents true parallelism on multi-core processors, by allowing only one thread to run at a time.
https://wiki.python.org/moin/GlobalInterpreterLock
Synchronization
https://hackernoon.com/synchronization-primitives-in-python-564f89fee732
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment