summaryrefslogtreecommitdiffstats
path: root/libdimension/bench/prtree.c
Commit message (Expand)AuthorAgeFilesLines
* math: Make vectors have an array instead of different fields.Tavian Barnes2015-10-251-8/+5
* Modularize the libdimension codebase.Tavian Barnes2015-10-251-10/+10
* Use // comments when possible.Tavian Barnes2014-06-071-3/+3
* objects: Refactor how bounding and initialization work.Tavian Barnes2014-06-071-9/+11
* object: Use pool.Tavian Barnes2014-05-311-13/+9
* array: Add DMNSN_NEW_ARRAY macro.Tavian Barnes2014-05-311-2/+2
* Use strerror_r if available instead of sys_errlist.Tavian Barnes2014-02-031-3/+3
* prtree: Sort large workloads in parallel.Tavian Barnes2014-02-011-0/+1
* Allow other BVH implementations to be used.Tavian Barnes2012-12-171-13/+14
* Add a non-cached case to the PR-tree benchmark.Tavian Barnes2011-11-171-0/+5
* Make API more consistent.Tavian Barnes2011-10-301-1/+1
* Rename progress objects to future objects.Tavian Barnes2011-10-191-1/+1
* Use DMNSN_INTERNAL for prtree functions.Tavian Barnes2011-08-251-1/+3
* Rename dimension-impl.h to dimension-internal.hTavian Barnes2011-08-251-1/+1
* Vast libdimension API and internals improvements.Tavian Barnes2011-06-131-5/+7
* Group tests and benchmarks with the corresponding source code.Tavian Barnes2011-05-151-0/+119