HackerTrans
トップ新着トレンドコメント過去質問紹介求人

HeyChinaski

no profile record

投稿

A quick look at the Redis source code

heychinaski.com
149 ポイント·投稿者 HeyChinaski·13 年前·32 コメント

コメント

HeyChinaski
·13 年前·議論
In defence of the technique, the command table is quite succinct and arguably more readable at a glance than if there were a bunch of constants |ed together. I have no idea whether this was the original motivation though.
HeyChinaski
·13 年前·議論
I was quite surprised to see the tcl tests. I'm reserving judgement until I've tried writing one though.
HeyChinaski
·13 年前·議論
Ah yes, I remember the interval sets article. The first post is a lot more in depth than mine. Both great links, thanks.
HeyChinaski
·13 年前·議論
Yeah, it's a pretty shallow introduction. I'd like to write more articles on the Redis code. The sorted set skiplist stuff is really interesting.