Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jun 09, 2023
  2. May 06, 2023
  3. Mar 26, 2023
  4. Feb 21, 2023
  5. Jan 31, 2023
  6. Jan 07, 2023
  7. Jan 02, 2023
  8. Dec 27, 2022
  9. Oct 25, 2022
  10. Sep 01, 2022
  11. Jun 15, 2022
    • Nicolas Werner's avatar
      Speedup startup by caching last message timestamp · ef9ebe3f
      Nicolas Werner authored
      The cache is only approximate, i.e. it doesn't skip edits and similar,
      but this might be good enough? Also no migration right now.
      
      Speeds up startup by about 5x on my system.
      
      Half the startup time is now loading the powerlevels for each room. We
      can probably lazily load those too in the future.
      Verified
      ef9ebe3f
  12. Apr 13, 2022
  13. Jan 01, 2022
  14. Nov 21, 2021
  15. Sep 17, 2021
  16. Sep 11, 2021
  17. Jul 23, 2021
  18. Jul 19, 2021
  19. Jul 01, 2021
  20. Jun 25, 2021
  21. May 21, 2021
  22. Mar 17, 2021
  23. Mar 05, 2021
  24. Dec 25, 2020
  25. Nov 25, 2020
  26. May 02, 2020
  27. Apr 30, 2020
    • Nicolas Werner's avatar
      Optimize RoomList sorting · 641a883b
      Nicolas Werner authored
      Keep the almost sorted list around and sort by the raw timestamp value
      instead of doing the expensive toMSecSinceEpoch conversion.
      641a883b
  28. Jan 29, 2020
  29. Dec 14, 2019
Loading