Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 15, 2021
  3. Sep 13, 2021
  4. Sep 10, 2021
  5. Sep 08, 2021
  6. Sep 01, 2021
  7. Aug 31, 2021
Loading