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 Minh Danh Nguyen (ToughDev)
Retro68 GCC-based SDK for 68K Mac
by Minh Danh Nguyen (ToughDev)
Fix high Windows memory usage caused by large metafile
by Minh Danh Nguyen (ToughDev)
How to interface VS1053 Audio Encoder/Decoder Module with PIC using SPI
by Dev Leader
This article is follow up content to previous articles I've written about iterators and collections, but the benchmark results were NOT what I expected!
by Sebastian Solnica
I wrote this tool to test my .NET applications (including web applications) for memory leaks.
by Minh Danh Nguyen (ToughDev)
How to use NFS to transfer files between Windows and MS-DOS 6.22
by Minh Danh Nguyen (ToughDev)
How to use picojpeg library on a PIC with ILI9341 320×240 LCD module