1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-18 12:30:23 +08:00

优化速度

This commit is contained in:
fumiama
2021-10-29 14:29:14 +08:00
parent 1b636bf2ae
commit 0f5fcfdba9
4 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
//fumiama 20210408
#include <stdint.h>
#define B14BUFSIZ 16384
#define B14BUFSIZ 1024*1024 // 1M
struct LENDAT {
uint8_t* data;
int64_t len;