This patch changes the BVHCache implementation. This implementationIt will uses
an
a primitive array in stead of the ListBase and a per cache instance
. The locking is also changed from a global locking mechanism to a per cache instance lock.
The performance of `gabby.blend` available on the cloud increased from 9.7
fps to 10.5 fps.