optimize for filesize

This commit is contained in:
biglyderv 2025-03-27 07:34:20 -04:00
parent aab88a6c19
commit dffdf200cc
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
5 changed files with 15 additions and 16 deletions

View file

@ -4,7 +4,7 @@
#include <stdlib.h>
#include <string.h>
#define MAX_FILE_SIZE 1024 * 16
#include "main.h"
int load_elements(hashmap *m, char *table, int use_inv) {
FILE *fptr;