mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 23:35:47 +08:00
patch is attached that replaces the o(n^2) algorithm currently used to build the inventory cache with an o(n) algorithm using hash tables. the patch also adds some additional error handling.