Skip to content
Snippets Groups Projects
  1. Nov 09, 2021
  2. Nov 02, 2021
  3. Nov 01, 2021
  4. Oct 20, 2021
  5. Oct 19, 2021
  6. Oct 12, 2021
  7. Oct 07, 2021
  8. 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
  9. Sep 13, 2021
  10. Sep 10, 2021
  11. Sep 08, 2021
  12. Aug 31, 2021
  13. Aug 26, 2021
  14. Aug 09, 2021
  15. Jul 10, 2021
  16. 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
  17. Jul 06, 2021
  18. Jun 17, 2021
  19. Jun 04, 2021
  20. Jun 02, 2021
Loading