summaryrefslogtreecommitdiff
path: root/test/test_cache.py
AgeCommit message (Collapse)Author
2021-05-09cleanup testsAnthony LaTorre
2021-05-09update tests to work for python versions <2.7Anthony LaTorre
2021-05-09Basic BVH cache. Further implementation requires creation of BVH class.Stan Seibert
2021-05-09Cache class for managing the geometry cache on disk.Stan Seibert
The storage format is changing relative to the old format, so all geometry files will be saved in the ~/.chroma/geo directory. For now, the format is just a simple pickle. We know this is not optimal for space or speed, but the Geometry class will be changing soon, and we can optimize further after that. This Cache class will also soon manage the separate BVH cache.