Skip to content

Commit

Permalink
increas symtab hash size - kicking the issue down the road for another
Browse files Browse the repository at this point in the history
few years I hope.
  • Loading branch information
millerpuckette committed Nov 12, 2020
1 parent 1377dea commit 36eefd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/m_imp.h
Expand Up @@ -92,7 +92,9 @@ void pd_globallock(void);
void pd_globalunlock(void);

/* misc */
#define SYMTABHASHSIZE 1024
#ifndef SYMTABHASHSIZE /* set this to, say, 1024 for small memory footprint */
#define SYMTABHASHSIZE 16384
#endif /* SYMTABHASHSIZE */

EXTERN t_pd *glob_evalfile(t_pd *ignore, t_symbol *name, t_symbol *dir);
EXTERN void glob_initfromgui(void *dummy, t_symbol *s, int argc, t_atom *argv);
Expand Down

0 comments on commit 36eefd2

Please sign in to comment.