Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-09 | update tests to work for python versions <2.7 | Anthony LaTorre | |
2021-05-09 | Basic BVH cache. Further implementation requires creation of BVH class. | Stan Seibert | |
2021-05-09 | Cache 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. |