about summary refs log tree commit diff stats
path: root/cpp/054closure_name
Commit message (Collapse)AuthorAgeFilesLines
* 1166Kartik K. Agaram2015-04-241-7/+3
| | | | | | | Why did I think STL's map wasn't efficient? It has logarithmic complexity (maintains a tree internally) and is faster than hashing for small containers. It's the more portable solution and should be what I turn to by default.
* 1162Kartik K. Agaram2015-04-241-1/+1
|
* 1101Kartik K. Agaram2015-04-191-12/+13
|
* 1077Kartik K. Agaram2015-04-171-0/+2
|
* 1075Kartik K. Agaram2015-04-171-0/+142