Skip to content
Snippets Groups Projects
  1. Jan 17, 2024
  2. Jan 15, 2024
  3. Jan 06, 2024
  4. Dec 04, 2023
  5. Nov 30, 2023
  6. Nov 27, 2023
    • 🥺's avatar
      fix every clippy warning possible, remove io_uring as default feature · 54a3f478
      🥺 authored
      
      this project's codebase is so horrendous, im shocked that no one has ran
      clippy at all. it had ~200 total lint warnings, some with performance
      issues and unsoundness, and the rest just very ugly codebase. i have sat
      down and fixed as many of these as possible and i am exhausted.
      i haven't fixed some extremely complex ones, but i brought it down from
      ~200 to ~30.
      
      i have also removed io_uring as a default feature due to it falling
      under the same category as linux eBPF: major kernel attack surface for
      minimal performance gains. this also makes it impossible to cross-compile
      from macOS to Linux because io_uring does not exist in Darwin land.
      there are far better ways to achieve better performance than io_uring on
      the codebase level.
      
      Signed-off-by: default avatarstrawberry <june@girlboss.ceo>
      54a3f478
  7. Nov 26, 2023
  8. Nov 25, 2023
  9. Jul 31, 2023
  10. Jun 28, 2023
  11. Jun 27, 2023
  12. Jun 08, 2023
  13. Mar 18, 2023
  14. Mar 13, 2023
  15. Dec 21, 2022
  16. Dec 18, 2022
  17. Dec 16, 2022
  18. Nov 30, 2022
  19. Nov 21, 2022
  20. Nov 09, 2022
  21. Oct 15, 2022
  22. Oct 10, 2022
Loading