Skip to content
Snippets Groups Projects
  1. Jun 09, 2022
  2. Apr 07, 2022
  3. Dec 22, 2021
  4. Nov 26, 2021
  5. Nov 25, 2021
  6. Nov 24, 2021
  7. Nov 12, 2021
  8. Nov 11, 2021
  9. Nov 09, 2021
  10. Oct 12, 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. Aug 09, 2021
  14. Apr 26, 2021
  15. Apr 13, 2021
  16. Apr 01, 2021
  17. Mar 29, 2021
Loading