提交 272abf84 编写于 作者: E erdgeist

Try to use much less memory and hope for speedups

上级 18b6e9b2
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
#define __OT_VECTOR_H__ #define __OT_VECTOR_H__
/* These defines control vectors behaviour */ /* These defines control vectors behaviour */
#define OT_VECTOR_MIN_MEMBERS 4 #define OT_VECTOR_MIN_MEMBERS 2
#define OT_VECTOR_GROW_RATIO 8 #define OT_VECTOR_GROW_RATIO 2
#define OT_VECTOR_SHRINK_THRESH 6 #define OT_VECTOR_SHRINK_THRESH 4
#define OT_VECTOR_SHRINK_RATIO 4 #define OT_VECTOR_SHRINK_RATIO 2
typedef struct { typedef struct {
void *data; void *data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册