Skip to content
Snippets Groups Projects
  1. May 06, 2022
  2. May 05, 2022
  3. May 04, 2022
  4. Apr 27, 2022
  5. Apr 23, 2022
  6. Mar 30, 2022
  7. Mar 24, 2022
  8. Mar 17, 2022
  9. Mar 16, 2022
  10. Mar 15, 2022
  11. Mar 13, 2022
  12. Mar 11, 2022
  13. Mar 09, 2022
  14. Mar 08, 2022
  15. Mar 01, 2022
  16. Feb 28, 2022
    • Andrew Tridgell's avatar
      speed up parsing of bin logs · 023ebcd1
      Andrew Tridgell authored
      use a dictionary of sets to record which instances of a message have
      been seen before. This avoids us having to parse all instance based
      messages fully during the load.
      
      as we have added more instance messages the time to load the log has
      become progressively longer. With this change it now becomes short
      again
      
      on a recent 160MByte quadplane log the time to load the log with this
      change drops from 39.9s to 6.5s
      023ebcd1
  17. Feb 18, 2022
  18. Feb 16, 2022
  19. Feb 14, 2022
  20. Feb 11, 2022
Loading