about summary refs log tree commit diff stats
path: root/cpp/003trace
Commit message (Collapse)AuthorAgeFilesLines
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-480/+0
| | | | | | I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite.
* 1182Kartik K. Agaram2015-04-241-4/+0
|
* 1166Kartik K. Agaram2015-04-241-6/+5
| | | | | | | 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
|
* 1132Kartik K. Agaram2015-04-221-0/+485