Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1194 | Kartik K. Agaram | 2015-04-24 | 1 | -0/+1 |
| | |||||
* | 1193 | Kartik K. Agaram | 2015-04-24 | 1 | -4/+4 |
| | |||||
* | 1184 - finally, concurrency | Kartik K. Agaram | 2015-04-24 | 1 | -3/+4 |
| | |||||
* | 1166 | Kartik K. Agaram | 2015-04-24 | 1 | -6/+6 |
| | | | | | | | 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. | ||||
* | 1105 - more primitives for managing ingredients | Kartik K. Agaram | 2015-04-19 | 1 | -5/+5 |
| | |||||
* | 1101 | Kartik K. Agaram | 2015-04-19 | 1 | -8/+8 |
| | |||||
* | 1084 | Kartik K. Agaram | 2015-04-17 | 1 | -6/+6 |
| | |||||
* | 1075 | Kartik K. Agaram | 2015-04-17 | 1 | -6/+6 |
| | |||||
* | 1074 | Kartik K. Agaram | 2015-04-17 | 1 | -6/+6 |
| | |||||
* | 1063 - variable names for surrounding spaces now work | Kartik K. Agaram | 2015-04-14 | 1 | -0/+120 |
This was a pain to debug. |