docs/src/install.md

changeset 1137
61939929030a
parent 1136
d9ff0f091f28
equal deleted inserted replaced
1136:d9ff0f091f28 1137:61939929030a
33 CX_STRSTR_SBO_SIZE The maximum length of the "needle" in cx_strstr that can use SBO. 128 33 CX_STRSTR_SBO_SIZE The maximum length of the "needle" in cx_strstr that can use SBO. 128
34 --------------------------------- --------------------------------------------------------------------- ---------- 34 --------------------------------- --------------------------------------------------------------------- ----------
35 35
36 You can also tweak some other buffer sizes with the same technique: 36 You can also tweak some other buffer sizes with the same technique:
37 37
38 --------------------------------- --------------------------------------------------- ---------- 38 --------------------------------- --------------------------------------------------------------------- ----------
39 Macro Description Default 39 Macro Description Default
40 --------------------------------- --------------------------------------------------- ---------- 40 --------------------------------- --------------------------------------------------------------------- ----------
41 CX_STRREPLACE_INDEX_BUFFER_SIZE The number of matches one index buffer can store. 64 41 CX_STRREPLACE_INDEX_BUFFER_SIZE The number of matches the index buffer can store on the stack. 64
42 42
43 CX_STREAM_COPY_BUF_SIZE The buffer size on the stack for a stream copy. 1024 43 CX_STREAM_COPY_BUF_SIZE The buffer size on the stack for a stream copy. 1024
44 44
45 CX_STREAM_BCOPY_BUF_SIZE The buffer size on the heap for a stream copy. 8192 45 CX_STREAM_BCOPY_BUF_SIZE The buffer size on the heap for a stream copy. 8192
46 --------------------------------- --------------------------------------------------- ---------- 46 --------------------------------- --------------------------------------------------------------------- ----------
47 47
48 --- 48 ---
49 49
50 ### UCX 2.1 50 ### UCX 2.1
51 51

mercurial