Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 1 | -2/+2 |
2007-08-05 | Yet more benchmarking. | David Robillard | 1 | -1/+61 |
2007-08-05 | Okay, so it's faster with expensive to compare keys (strings). | David Robillard | 1 | -6/+13 |
2007-08-05 | Added benchmark proving Raul::Table is slower than std::map and thus a useles... | David Robillard | 1 | -1/+117 |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 1 | -1/+1 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 1 | -1/+21 |
2007-07-26 | Added PathTable, simple pretty wrapper around Table which provides super fast | David Robillard | 1 | -3/+61 |
2007-07-26 | Implement std::map[key] = value interface. | David Robillard | 1 | -1/+10 |
2007-07-26 | Add Table unit test. | David Robillard | 1 | -0/+108 |