|
|
Stories recently tagged with 'Memory'
|
|
submitted by
crpietschmann
19 days, 22 hours ago
blogs.technet.com — This is the first blog post in a series I'll write over the coming months called Pushing the Limits of Windows that describes how Windows and applications use a particular resource, the licensing and implementation-derived limits of the resource, how to measure the resource’s usage, and how to diagnose leaks. To be able to manage your Windows systems effectively you need to understand how Windows manages physical resources, such as CPUs and memory, as well as logical resources, such as virtual memory, handles, and window manager objects. Knowing the limits of those resources and how to track their usage enables you to attribute resource usage to the applications that consume them, effectively size a system for a particular workload, and identify applications that leak resources. read more...
add a comment
|
category: Other | Views: 2
|
|
tags:
Memory, Windows | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 29 days ago, submitted by
Rickasaurus
3 months, 30 days ago
atalasoft.com — Following from my previous post on the topic of stack allocation, in this post I talk about three different ways to change a thread's stack size in C#. Each of these techniques have advantages and disadvantages which I discuss as well.
This post may also be of interesting to those learning about PInvoke or modifying the binary header. read more...
add a comment
|
category: C# | Views: 11
|
|
tags:
Memory, PInvoke, MultiThreading, C#, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 21 days ago, submitted by
eugenciuta
4 months, 23 days ago
dotnetfacts.blogspot.com — System.String type is used in any .NET application. We have strings as: names, addresses, descriptions, error messages, warnings or even application settings. Each application has to create, compare or format string data. Considering the immutability and the fact that any object can be converted to a string, all the available memory can be swallowed by a huge amount of unwanted string duplicates or unclaimed string objects. Now let's see how a string object should be handled to preserve memory. read more...
|
|
tags:
practices, Best, preserve, Memory, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 3 days ago, submitted by
dun3
7 months, 4 days ago
saftsack.fs.uni-bayreuth.de — Measure memory consumption of creating object or executing functions in C#
A detailed look at benchmarking the memory footprint and the execution speed of functions. read more...
2 comments
|
category: C# | Views: 50
|
|
tags:
Performance, Tips, Testing, .Net, benchmark | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 months, 30 days ago, submitted by
CumpsD
10 months, 30 days ago
blog.cumps.be — Over the years, plenty has been written about string performance, lots of comparisons between String.Concat and StringBuilder. Today I decided to do some of my own research into the subject and contribute to the knowledge already out there. More specifically, I'll be taking a look at the memory usage for various concatenation methods. read more...
3 comments
|
category: CLR | Views: 1
|
|
tags:
Concat, string, Pick, StringBuilder, Performance | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rajkwatra
1 year, 3 months ago
rajkwatra.blogspot.com — The title of this post might seem confusing. Garbage Collector (or GC) in .Net is designed to take care of managed memory only, so what do you do in a case where you have a managed object that itself takes very small amount of memory but allocates significant amount of unmanaged resources? In that case.... read more...
add a comment
|
category: CLR | Views: 0
|
|
tags:
GC, Memory, CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Neo_4583
1 year, 9 months ago
neo-official.blogspot.com — I have described some problems that meet any c++ developer and how get over it, read more...
add a comment
|
category: C++ | Views: 0
|
|
tags:
Memory | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 years ago, submitted by
simoneb
2 years ago
yoda.arachsys.com — A lot of confusion has been wrought by people explaining the difference between value types and reference types as "value types go on the stack, reference types go on the heap". This is simply untrue (as stated) and this article attempts to clarify matters somewhat. read more...
add a comment
|
category: CLR | Views: 0
|
|
tags:
Memory | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|