Skip to content
Snippets Groups Projects
  1. 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.
      4a17a647
  2. Feb 19, 2020
  3. Feb 07, 2020
  4. Dec 16, 2019
  5. Dec 13, 2019
  6. Jun 20, 2019
  7. May 10, 2019
  8. Apr 01, 2019
  9. Jan 25, 2019
  10. Nov 05, 2018
  11. Nov 02, 2018
  12. Oct 24, 2018
  13. Oct 16, 2018
Loading