Comment by ๐Ÿง‡ Acidus

Re: "What would everyone say is a large file for a CGI script?โ€ฆ"

In: s/programming

Gemipedia is around 9000 lines of C#,

๐Ÿง‡ Acidus

2025-01-13 ยท 1 year ago

3 Later Comments โ†“

๐Ÿ€ gritty [OP] ยท 2025-01-13 at 02:10:

@Acidus oh wow. do you know the memory load per call?

@stack that's impressive. there are some binary file size reductions i might try for Go.

๐Ÿš€ stack ยท 2025-01-13 at 02:29:

Well, always strip the production binaries

๐Ÿ€ gritty [OP] ยท 2025-01-14 at 02:16:

Well, I stripped the production binaries and reduced the file size by like 80%. Much better.

Original Post

๐ŸŒ’ s/programming

๐Ÿ€ gritty:

What would everyone say is a large file for a CGI script? I finished up my newest game in Go, but the file size seems rather large. I used stdlib for everything except sqlite access. wondering if I should use SCGI to get around load times.

๐Ÿ’ฌ 5 comments ยท 2025-01-12 ยท 1 year ago