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