Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / memory

Memory

memory

Great Reads

by Dmitriy Gakh
Intensive Big Data processing and Mobile Applications require fast calculations and compact data storage. Design of new quick and save .NET types with small overhead is not a simple task. This article describes creating of such type without overhead and with advantages only.
by ASP.NET Community
ADO.NET stands for ActiveX Data Objects for .NET. It refers to the suite of data access technologies used to manipulate databases. ADO.NET is part
by jurhas
Handle the dynamic allocated
by T. Herselman
2 years ago I went OCD on memcpy/memmove; and wrote over 140 variations (80,000 lines of code) of memmove; testing, disassembling, optimizing and benchmarking them on multiple machines. I never released the article or the code; until now! So I need to do it before I loose my mind!

Latest Articles

by Dmitriy Gakh
Intensive Big Data processing and Mobile Applications require fast calculations and compact data storage. Design of new quick and save .NET types with small overhead is not a simple task. This article describes creating of such type without overhead and with advantages only.
by ASP.NET Community
ADO.NET stands for ActiveX Data Objects for .NET. It refers to the suite of data access technologies used to manipulate databases. ADO.NET is part
by jurhas
Handle the dynamic allocated
by T. Herselman
2 years ago I went OCD on memcpy/memmove; and wrote over 140 variations (80,000 lines of code) of memmove; testing, disassembling, optimizing and benchmarking them on multiple machines. I never released the article or the code; until now! So I need to do it before I loose my mind!

All Articles

Sort by Score

memory 

by OKarpov
How to use ASM in C#.NET and most fast memory copy method
by PFalkowski
The way of calculating amount of memory occupied by some object in C#.NET
by Cinchoo
Use Cinchoo ETL to deserialize selective XML nodes from large XML file
by Cinchoo
Tip to split large JSON file based on deeply nested array property using Cinchoo ETL
by _Ravikant Tiwari_
This program will demonstrate the process of injecting code into already running processes. Here we have choosen to inject into Explorer
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.
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.
by Steffen Ploetz
Use STL and C++14 to return a dynamically created string from a function/method, that is automatically garbage collected.
by ThatsAlok
IPC using memory mapped file in managed VC++
by NickNs1991
Matching game: 4x4 size
by paul1167
Enumerate System Features
by Shweta Lodha
The "ResolveManifestFiles" task failed unexpectedly. System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
by Shweta Lodha
Performance analysis for String and StringBuilder
by Houssem_Dellai
Cached images will still be in memory even when navigated to another page, I'll suggest some workaround.