mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 00:50:50 +00:00
This avoids the extra allocation of sizeof(double) for storing the score of a zset entry in the hash table. Saves sizeof(double) + malloc overhead = approx. 16 bytes per zset entry.
Check the 'doc' directory. doc/README.html is a good starting point :)
Description
Languages
C
85.6%
Tcl
13.2%
Ruby
0.4%
Shell
0.4%
Makefile
0.3%
Other
0.1%