Recent posts

[C++] Smart Pointer

C++11에 새롭게 도입된 스마트 포인터를 알아 보자.

[Design Pattern] Object Pool

메모리 단편화와 동적 할당 오버헤드를 줄일 수 있는 오브젝트 풀에 대해 알아보자.