Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename dmnsn_matrix_*_mul() to dmnsn_transform_*(). | Tavian Barnes | 2010-04-17 | 1 | -6/+6 |
| | |||||
* | Don't use dynamic memory for dmnsn_intersection's. | Tavian Barnes | 2010-04-07 | 1 | -8/+7 |
| | | | | Drops us from ~400,000 allocs to ~1000. Oops ><. | ||||
* | New dmnsn_malloc() function, and friends. | Tavian Barnes | 2010-04-07 | 1 | -4/+0 |
| | | | | | | I'm tired of checking for malloc failures everywhere, considering it never happens. So just bail out whenever it does. A lot of stuff is guaranteed to succeed if it returns now. | ||||
* | Fix BVST benchmark. | Tavian Barnes | 2010-04-06 | 1 | -13/+13 |
| | |||||
* | Use -fno-inline in benchmarks. | Tavian Barnes | 2010-03-04 | 1 | -1/+1 |
| | | | | I mean, we're benchmarking the library, not the compiler. | ||||
* | Use libsandglass 0.2 API. | Tavian Barnes | 2010-03-04 | 4 | -8/+5 |
| | |||||
* | Use pkg-config for libsandglass. | Tavian Barnes | 2010-02-23 | 1 | -6/+4 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 5 | -5/+5 |
| | |||||
* | Rename kD splay trees to Bounding Volume Splay Trees. | Tavian Barnes | 2010-01-15 | 2 | -27/+27 |
| | |||||
* | Use dmnsn_new_*() rather than dmnsn_*_construct(). | Tavian Barnes | 2009-11-19 | 2 | -18/+18 |
| | |||||
* | Speed up dmnsn_kD_splay_deepest_recursive() a bit. | Tavian Barnes | 2009-10-26 | 1 | -8/+7 |
| | |||||
* | Fix make distcheck. | Tavian Barnes | 2009-10-25 | 1 | -3/+3 |
| | | | | | Tests and benchmarks were using $(top_srcdir) instead of $(top_builddir) to refer to libraries, and PNG files were not being cleaned. | ||||
* | Properly generate random bounding boxes in kD splay tree benchmark. | Tavian Barnes | 2009-10-25 | 1 | -13/+34 |
| | |||||
* | Benchmark dmnsn_kD_splay(). | Tavian Barnes | 2009-10-25 | 1 | -0/+45 |
| | |||||
* | Upgrade benchmarks to latest libsandglass. | Tavian Barnes | 2009-10-23 | 3 | -132/+53 |
| | |||||
* | Add kD splay tree benchmark. | Tavian Barnes | 2009-10-23 | 2 | -2/+139 |
| | |||||
* | New geometric operation benchmarks. | Tavian Barnes | 2009-10-22 | 2 | -2/+187 |
| | |||||
* | Fix array benchmark. | Tavian Barnes | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | New benchmarking suite. | Tavian Barnes | 2009-10-04 | 3 | -0/+233 |