2012-04-25から1日間の記事一覧

cpprefjp更新

C++

std::priority_queueの概要とコンストラクタを書いた。

マルチスレッドで効率的に動作するメモリアロケータ

C++

Multithreaded Memory Allocators for C/C++ Googleのtcmallocと、ptmallocというのがいいらしい。

コンテナアダプタで使える標準コンテナ

C++

comp.std.c++ - Container adaptor - missing container support operation C++の規格書のコンテナアダプタのところには、「xxxの操作をサポートしているコンテナは、このクラスのContainerとして使用できる。標準ではstd::vectorとstd::dequeを使用すること…