Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use memcpy to copy tables into vectors. | Christian Mollekopf | 2015-04-07 |
| | | | | | | Ideally we wouldn't be copying at all, and somehow cast the table to a vector. Unfortunately I haven't figured out how to do that, and this solution at least gets us from 0.065 ms to 0.028 ms in testCreateCommand. | ||
* | Benchmark for in-process writing. | Christian Mollekopf | 2015-04-06 |
| | | | | To measure overhead of the communication to the separate process. | ||
* | DummyResourceBenchmark | Christian Mollekopf | 2015-01-27 |