EN VI
Posts (0)
Questions (4)
2024-03-10 04:00:05
Regardless of the physical memory location, passing a large object by value normally forces it to be passed via stack, which means it needs to be copied there first which takes time. The object needs...
2024-03-11 17:30:08
Those locals are still referenced by the global functions. [...] inaccessible from Lua means that neither a variable nor another live object refer to the object. And that reference is, if I understood...
Tags: memory lua local
2024-03-15 04:00:07
Multiprocessing does not require you to have multiple physical or logical CPUs. If you look at the task manager on your PC, there are almost certainly more processes running than you have cores or thr...
Tags: python memory
2024-03-16 03:30:07
Your use of new in operator+ indeed creates a memory leak, because you are not delete'ing the new'd object before return'ing a copy of it. Every new needs a matching delete, and every new[] needs a m...
Tags: c++ memory memory-leaks

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login