Skip to content
Snippets Groups Projects
  1. Dec 19, 2024
  2. Nov 25, 2024
  3. Oct 31, 2024
  4. Oct 30, 2024
  5. Sep 20, 2024
  6. Sep 16, 2024
  7. Sep 06, 2024
  8. Mar 07, 2024
  9. Jan 23, 2024
  10. Oct 17, 2023
    • Sebastien Ponce's avatar
      Improved interface of BaseSink to lower memory usage · 6b55f937
      Sebastien Ponce authored
      It has been reported that the method sortedEntitiesAsJSON was using a lot of memory
      as it was converting all entities to JSON in one go (keep in mind that an entity can
      be a huge histogram and that there may be a lot of them).
      It has thus been replaced by method `applyToAllSortedEntities` which applies a lambda
      to all entities but respecting the order that was there in sortedEntitiesAsJSON.
      At any given moment, only one entity is converted to JSON in memory, improving
      a lot memory usage.
      6b55f937
  11. Jul 26, 2023
  12. Jun 02, 2023
  13. May 09, 2023
  14. Nov 23, 2022
  15. Mar 21, 2022
  16. Dec 09, 2021
  17. Apr 23, 2021
    • Sebastien Ponce's avatar
      Added removeEntity interface to MonitoringHub · 565d7b93
      Sebastien Ponce authored
      This allows to remove entities from the hub (and thus from the sinks in
      the back) and thus allows to use entities in temporary objects, and not
      only in Tool/algorithms.
      
      The counter part is that BufferableCounters are no more movable,
      although I doubt anyone really want to move a counter. It only has the
      consequence that you can hardly have vectors of counters, but arrays or
      deques are still fine
      565d7b93
  18. Mar 07, 2021
  19. Oct 15, 2020
  20. Oct 08, 2020
Loading