Click here to Skip to main content
15,885,985 members
Everything / Memory

Memory

memory

Great Reads

by Dmitriy Gakh
Development in C# without care of resource consumption can lead to overloading the system. This article describes a case with large waste of memory and CPU time and how to avoid it.
by Gamil Yassin
Types of Artificial Neural Networks
by PFalkowski
The way of calculating amount of memory occupied by some object in C#.NET
by honey the codewitch
Some C++ magic to help cut down on heap abuse for simple scenarios

Latest Articles

by Ayush Vijaywargi
Enhancing Android app stability by integrating LeakCanary with RxJava for efficient memory leak detection and resolution.
by ToughDev
How to use NFS to transfer files between Windows and MS-DOS 6.22
by ToughDev
Retro68 GCC-based SDK for 68K Mac
by ToughDev
Fix high Windows memory usage caused by large metafile

All Articles

Sort by Score

Memory 

17 Feb 2015 by PFalkowski
The way of calculating amount of memory occupied by some object in C#.NET
19 Jul 2013 by ThatsAlok
IPC using memory mapped file in managed VC++
15 Sep 2016 by discompsys
This tutorial describes how to convert the recursive method call in said algorithm into a flat loop call, to save memory in restricted environments.
19 Dec 2014 by OKarpov
How to use ASM in C#.NET and most fast memory copy method
15 Mar 2016 by araud
Did you ever want to know where most of the memory is consumed? Whether it leaks or just gets allocated too much. This home brew memory tracker is yet another bicycle that you will be able to tune for your needs.
28 Feb 2014 by _Ravikant Tiwari_
This program will demonstrate the process of injecting code into already running processes. Here we have choosen to inject into Explorer
12 Jan 2022 by Cinchoo
Tip to split large JSON file based on deeply nested array property using Cinchoo ETL
27 Aug 2012 by Shweta Lodha
The "ResolveManifestFiles" task failed unexpectedly. System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
23 May 2012 by Shweta Lodha
Performance analysis for String and StringBuilder
23 Oct 2019 by NickNs1991
Matching game: 4x4 size
7 Nov 2021 by Cinchoo
Use Cinchoo ETL to deserialize selective XML nodes from large XML file
12 May 2014 by Houssem_Dellai
Cached images will still be in memory even when navigated to another page, I'll suggest some workaround.
27 Dec 2020 by Steffen Ploetz
Use STL and C++14 to return a dynamically created string from a function/method, that is automatically garbage collected.