Skip to content
  • Alessio Netti's avatar
    Updated sensor cache implementation · 1ba44cea
    Alessio Netti authored
    - SensorMetadata objects do not rely on shared pointers anymore, results
    in a 50% (or more) reduced memory usage
    - Sensor cache files are written as CSV files, bypassing BOOST's PTREE
    parsing
    - With a local DB instance, retrieving 100k sensors from the cache is
    now between 2X and 3X faster than querying Cassandra
    1ba44cea