Skip to content
  • Alessio Netti's avatar
    DA: search-based sensor queries · eb186235
    Alessio Netti authored
    - When performing sensor queries with absolute timestamps (rel=false) a
    binary search algorithm is used to compute the bounds of the required
    sensor cache view
    - This is more accurate than the fuzzy method employed with relative
    timestamps (rel=true)
    eb186235