Explore >> Select a destination


You are here

ncona.com
| | loonytek.com
4.8 parsecs away

Travel
| | In this post, I will talk about usage of volatile fields in Java and how volatile is different from synchronized. Both volatile and synchronized are used in multi-threaded programs to get some degree of thread safety depending on the operations performed by different threads. Consider the following piece of code class VolatileDemo { private int...
| | blog.nuculabs.de
4.4 parsecs away

Travel
| | Hello ??, In this short article I want to talk about parallel processing in Python. Introduction Sometimes you will need to process certain things in parallel. If you're using Python you may know about the global interpreter lock abbreviated GIL for short. The GIL is a lock that allows only a single thread to control the Python Interpreter at a time (per process), that means that your multi-threaded Python program will have only a single thread executing code at the same time.
| | www.rickyterrell.com
3.7 parsecs away

Travel
| |
| | rachelcarmena.github.io
58.4 parsecs away

Travel
| Some characteristics of functional programming