Skip to main content
Fixing issues with the post.
Source Link
Vaillancourt
  • 16.4k
  • 17
  • 56
  • 61

Scripting's relations to Do multiple small script files use more RAM than one bigger script file?

So I'm still new to making games that have a baseline for computer resource usage and I'm confused with my question. I can't find an answer anywhere on the internet so I'm here.

Simple Question: Which uses more resources? x10 small scripts or x1 mega script?

Which uses more resources? x10 small scripts or x1 mega script?

Detailed Question: Would x10 small scripts that consist of about 70 - 100 lines of code, be more resource comsuming than x1 mega script containing about 700 - 1000 lines code?

Would x10 small scripts that consist of about 70 - 100 lines of code, be more resource consuming than x1 mega script containing about 700 - 1000 lines code?

Scripting's relations to RAM

So I'm still new to making games that have a baseline for computer resource usage and I'm confused with my question. I can't find an answer anywhere on the internet so I'm here.

Simple Question: Which uses more resources? x10 small scripts or x1 mega script?

Detailed Question: Would x10 small scripts that consist of about 70 - 100 lines of code, be more resource comsuming than x1 mega script containing about 700 - 1000 lines code?

Do multiple small script files use more RAM than one bigger script file?

So I'm still new to making games that have a baseline for computer resource usage and I'm confused with my question. I can't find an answer anywhere on the internet so I'm here.

Simple Question:

Which uses more resources? x10 small scripts or x1 mega script?

Detailed Question:

Would x10 small scripts that consist of about 70 - 100 lines of code, be more resource consuming than x1 mega script containing about 700 - 1000 lines code?

Source Link

Scripting's relations to RAM

So I'm still new to making games that have a baseline for computer resource usage and I'm confused with my question. I can't find an answer anywhere on the internet so I'm here.

Simple Question: Which uses more resources? x10 small scripts or x1 mega script?

Detailed Question: Would x10 small scripts that consist of about 70 - 100 lines of code, be more resource comsuming than x1 mega script containing about 700 - 1000 lines code?