mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
69ef89f2cf5a699d97475ff8e7c3ce714c6947cf
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
72.5%
Tcl
24.9%
Python
1.8%
Makefile
0.3%
Shell
0.2%
Other
0.2%