Right now still a lot of memory is allocated in a shared way, to allow different processes to access the data.
Since we now use threads instead of processes, it can now be moved back to normal allocated memory, which is easier to work with and most likely also faster.
Right now still a lot of memory is allocated in a shared way, to allow different processes to access the data. Since we now use threads instead of processes, it can now be moved back to normal allocated memory, which is easier to work with and most likely also faster.