mirror of
https://github.com/opensim/opensim.git
synced 2026-07-07 13:15: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.