Skip to content
Snippets Groups Projects
  1. Apr 22, 2020
  2. Mar 18, 2020
    • Erik Johnston's avatar
      Improve get auth chain difference algorithm. (#7095) · 4a17a647
      Erik Johnston authored
      It was originally implemented by pulling the full auth chain of all
      state sets out of the database and doing set comparison. However, that
      can take a lot work if the state and auth chains are large.
      
      Instead, lets try and fetch the auth chains at the same time and
      calculate the difference on the fly, allowing us to bail early if all
      the auth chains converge. Assuming that the auth chains do converge more
      often than not, this should improve performance. Hopefully.
      Unverified
      4a17a647
  3. Mar 17, 2020
  4. Mar 09, 2020
  5. Mar 08, 2020
  6. Mar 06, 2020
  7. Mar 04, 2020
  8. Mar 03, 2020
  9. Mar 02, 2020
  10. Feb 28, 2020
  11. Feb 27, 2020
  12. Feb 26, 2020
  13. Feb 25, 2020
  14. Feb 21, 2020
  15. Feb 19, 2020
  16. Feb 18, 2020
  17. Feb 17, 2020
  18. Feb 14, 2020
  19. Feb 12, 2020
  20. Feb 10, 2020
  21. Feb 07, 2020
Loading