Skip to content
Snippets Groups Projects
Commit cf564c38 authored by Scott Vokes's avatar Scott Vokes
Browse files

Reduce default static_input_buffer_size.

There seems to be diminishing returns after 32 bytes, and it takes
significantly less space. (It's only a default, anyway.)
parent 90f11da1
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
#define HEATSHRINK_FREE(P, SZ) free(P)
#else
/* Required parameters for static configuration */
#define HEATSHRINK_STATIC_INPUT_BUFFER_SIZE 256
#define HEATSHRINK_STATIC_INPUT_BUFFER_SIZE 32
#define HEATSHRINK_STATIC_WINDOW_BITS 8
#define HEATSHRINK_STATIC_LOOKAHEAD_BITS 4
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment