mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-13 08:50:24 +08:00
优化速度
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//fumiama 20210408
|
||||
#include <stdint.h>
|
||||
|
||||
#define B14BUFSIZ 8192
|
||||
#define B14BUFSIZ 1024*1024 // 1M
|
||||
struct LENDAT {
|
||||
uint8_t* data;
|
||||
int32_t len;
|
||||
|
||||
Reference in New Issue
Block a user