nalgeon / redka

Redis re-implemented with SQLite
BSD 3-Clause "New" or "Revised" License
3.53k stars 101 forks source link

🎈 perf: Update TypeID constants to use iota enumerator #8

Closed XiaoK29 closed 7 months ago

XiaoK29 commented 7 months ago

Update TypeID constants to use iota enumerator

nalgeon commented 7 months ago

Sorry, but I'd rather not. I prefer explicit definitions over iota.