mirror of
https://github.com/opensim/opensim.git
synced 2026-05-22 16:55:37 +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.