DiceDB / dice

DiceDB is a redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
https://dicedb.io/
Other
6.83k stars 1.08k forks source link

Refactor IOHandler code #1306

Closed soumya-codes closed 1 day ago

soumya-codes commented 2 days ago

The IOHandler code is refactored for the following:

  1. Better readability
  2. More Robust error handling
  3. CPU and Memory optimisations
soumya-codes commented 2 days ago

The PR is ready for review. I may open a separate PR for benchmarking or add benchmarking to this PR itself.