9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] sam input line length limits
@ 2021-02-13  0:45 sl
  2021-02-13  2:47 ` Nick Owens
  2021-02-13  3:43 ` ori
  0 siblings, 2 replies; 7+ messages in thread
From: sl @ 2021-02-13  0:45 UTC (permalink / raw)
  To: 9front

sam.h says:

/*
 * BLOCKSIZE is relatively small to keep memory consumption down.
 */

and:

#define BLOCKSIZE 2048

and:

#define STRSIZE (2*BLOCKSIZE)

is there a compelling reason to keep STRSIZE so small, in this day and
age?

problem case:

users trying to paste in long articles from websites.

sl

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-02-14 14:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-13  0:45 [9front] sam input line length limits sl
2021-02-13  2:47 ` Nick Owens
2021-02-13  3:43 ` ori
2021-02-13  3:55   ` sl
2021-02-13 16:25   ` Steve Simon
2021-02-13 20:06     ` ori
2021-02-13 20:21       ` Stanley Lieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).