Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test suite refactoring | Ben Johnson | 2016-01-02 | 1 | -167/+0 |
| | | | | | | | | | This commit refactors the test suite to make it cleaner and to use the standard testing library better. The `assert()`, `equals()`, and `ok()` functions have been removed and some test names have been changed for clarity. No functionality has been changed. | ||||
* | Add transaction batching | Tommi Virtanen | 2015-02-18 | 1 | -0/+167 |
DB.Batch makes it easy to make lots of small transactions with significantly better performance. Batch combines multiple concurrent Update calls into a single disk transaction, managing errors smartly. |