Commit 942a3961 authored by antirez's avatar antirez
Browse files

in-memory specialized object encoding (for now 32 signed integers only)

parent 557a74e5
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# This file is released under the BSD license, see the COPYING file # This file is released under the BSD license, see the COPYING file
DEBUG?= -g -rdynamic -ggdb DEBUG?= -g -rdynamic -ggdb
CFLAGS?= -std=c99 -pedantic -O2 -Wall -W CFLAGS?= -std=c99 -O2 -pedantic -Wall -W
CCOPT= $(CFLAGS) CCOPT= $(CFLAGS)
OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o OBJ = adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment