Y
Hacker News
new
|
ask
|
show
|
jobs
by
ppadron
4640 days ago
First thing that came to mind after reading this was Redis. See "Using 32 bits instances" in
http://redis.io/topics/memory-optimization
.
1 comments
emillon
4640 days ago
X32 code is different from "plain" 32 bit code (x86 style) as it still runs in long mode and can use all registers.
link