마소(마이크로소프트웨어)에 C# 어플리케이션의 성능향상 기사를 쓸 때 참고했던 자료를 정리해봤다. 안타깝지만 일부 자료는 웹에 공개되어 있지 않아서 소개할 수 없었다. 되도록 추천글부터 나열하려고 했지만, 기억이 가물가물해서 정리하는데 애먹었다.
문자열 성능 향상
- 문자열 이야기 by 유경상
- Performance considerations for strings in C# by Dr Herbie.
- CSharp String Theory
- .net String vs. StringBuilder – concatenation performance by Jouni Heikniemi
-
Improving String Handling Performance in .NET Framework Applications by James Musson
XML 직렬화
가비지 콜렉터
-
Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework by Jeffrey Richter
-
Garbage Collection—Part 2: Automatic Memory Management in the Microsoft .NET Framework by Jeffrey Richter
-
Using GC Efficiently by Maoni
-
Garbage Collector Basics and Performance Hints by Rico Mariani
어플리케이션 성능 향상
-
Winning Forms: Practical Tips For Boosting The Performance Of Windows Forms Apps by Milena Salman
-
CLR Inside Out: The performance benefits of NGen. by Surupa Biswas
-
CLR Inside Out: Improving Application Startup Time by Claudio Caldato
-
Writing High-Performance Managed Applications : A Primer by Gregor Noriskin
-
Performance Tips and Tricks in .NET Applications by Emmanuel Schanzer
-
Performance Considerations for Run-Time Technologies in the .NET Framework by Emmanuel Schanzer
-
CLR Inside Out: Base Class Library Performance Tips and Tricks by Kit George
UPDATED 2006.12.12 Jeffrey Richter의 주옥 같은 Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework를 한글로 번역하신 분이 계십니다. 이 글의 존재를 소개해주신 분은 ANSYS님입니다. 두 분에게 박수를! 짝짝짝!
-
Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework : Part 1, 1/2
-
Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework : Part 1, 2/2