Skip to content
Snippets Groups Projects
  1. Oct 13, 2021
  2. Oct 12, 2021
  3. Oct 07, 2021
  4. Oct 06, 2021
    • David Schäfer's avatar
      [MEM] SaQc uses a lot of main memory by copying `data` between · 97b127ed
      David Schäfer authored
      function calls. Instead of copying the entire dios, we now only
      store the values we actually masked and their `iloc`-position.
      This has the same worst-case-costs (i.e. all values are subject
      to masking) but results in significantly cheaper average costs
      (i.e. only a small subset of values are subject to masking)
      97b127ed
  5. Sep 13, 2021
  6. Sep 10, 2021
  7. Sep 08, 2021
  8. Aug 31, 2021
  9. Aug 26, 2021
  10. Aug 09, 2021
  11. Jul 10, 2021
  12. Jul 07, 2021
    • Bert Palm's avatar
      fixed constants detection. · c42476c6
      Bert Palm authored
      the previous implementation, would only mark the start and end point(s) of a constant plateaus if it is as big as window or larger.
      c42476c6
  13. Jul 06, 2021
  14. Jun 17, 2021
  15. Jun 04, 2021
  16. Jun 02, 2021
  17. May 31, 2021
  18. May 28, 2021
  19. May 06, 2021
  20. Apr 27, 2021
  21. Apr 26, 2021
  22. Apr 15, 2021
  23. Apr 13, 2021
  24. Apr 01, 2021
  25. Mar 30, 2021
  26. Mar 29, 2021
Loading