DEPENDS
author Kim Alvefur <zash@zash.se>
Wed, 12 May 2021 01:32:03 +0200
changeset 13140 396db0e7084f
parent 8457 90962ef41bf3
permissions -rw-r--r--
mod_storage_internal: Use a binary search for time based ranges Iterating over an entire archive to find a few items in the far end from where iteration started is expensive, and probably more expensive with the lazy-loading of items added in the previous commit. Since we can now efficiently read items in random order, we can now use a binary search to find a better starting point for iteration.


For full information on our dependencies, version requirements, and
where to find them, see https://prosody.im/doc/depends

If you have luarocks available on your platform, install the following:

  - luaexpat
  - luasocket
  - luafilesystem
  - luasec