فهرست منبع

ncd: NCDVal: reduce fastbuf size so that the size of NCDValMem remains the same as before external strings were implemented.
This fixes the performance regression.

ambrop7 13 سال پیش
والد
کامیت
c3ad1ea150
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ncd/NCDVal.h

+ 1 - 1
ncd/NCDVal.h

@@ -40,7 +40,7 @@
 
 // these are implementation details. The interface is defined below.
 
-#define NCDVAL_FASTBUF_SIZE 64
+#define NCDVAL_FASTBUF_SIZE 60
 #define NCDVAL_FIRST_SIZE 256
 
 #define NCDVAL_MAXIDX INT_MAX