performance
2 articles
ArrayList vs LinkedList: The Numbers Behind the Table
Everyone knows the complexity table. Here is what each operation actually costs when you time it — including the one result that contradicts the folklore.
JavaPython Multiprocessing vs Multithreading: Which One and Why
How the GIL decides whether threads or processes speed up your Python code, what pickling and spawn cost you, and how to switch between the two in one line.
Python