mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
69ef89f2cf
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. |
||
---|---|---|
client-libraries | ||
design-documents | ||
doc | ||
src | ||
tests | ||
utils | ||
.gitignore | ||
BUGS | ||
Changelog | ||
COPYING | ||
INSTALL | ||
Makefile | ||
README | ||
redis.conf | ||
TODO |
Check the 'doc' directory. doc/README.html is a good starting point :)