increase decompress buffer size
speeds up decompression when user hasn't increased file buffer
This commit is contained in:
parent
59e12a1b5e
commit
26e4f20078
@ -9,7 +9,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#define BUFFERSIZE 4096
|
#define BUFFERSIZE 16384
|
||||||
|
|
||||||
/** @brief Buffer */
|
/** @brief Buffer */
|
||||||
typedef struct buffer_t
|
typedef struct buffer_t
|
||||||
|
Loading…
Reference in New Issue
Block a user