Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. May 06, 2023
  2. Mar 26, 2023
  3. Feb 21, 2023
  4. Jan 31, 2023
  5. Jan 07, 2023
  6. Jan 02, 2023
  7. Dec 27, 2022
  8. Oct 25, 2022
  9. Sep 01, 2022
  10. 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
  11. Apr 13, 2022
  12. Jan 01, 2022
  13. Nov 21, 2021
  14. Sep 17, 2021
  15. Sep 11, 2021
  16. Jul 23, 2021
  17. Jul 19, 2021
  18. Jul 01, 2021
  19. Jun 25, 2021
  20. May 21, 2021
  21. Mar 17, 2021
  22. Mar 05, 2021
  23. Dec 25, 2020
  24. Nov 25, 2020
  25. May 02, 2020
  26. 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
  27. Jan 29, 2020
  28. Dec 14, 2019
Loading