Jump to content

Size question, cpu/ram eating.


xScatta

Recommended Posts

Hey Guys!

I have small question.

When i have table in json, in file, and it weights 1,84mb

so when i will load it as variable mytable = fromJSON(thedatafromfile)

how much ram and cpu it will take (the table is in resource already)?

And when i will use something like mytable[somekey] without repeating whole table to find something cause the script knows which key is what, will it eat much cpu or something?

Link to comment

Yes, it is an array, are you sure? Because i have over 10k keys in it. I mean it looks like this

  
TBL = { 
[1] = {blabla}, 
[2] = {blabla}, 
[3] = {blabla}, 
[4] = {blabla}, 
[5] = {blabla}, 
        [...] 
[5426] = {blabla}, 
[5427] = {blabla}, 
[5428] = {blabla}, 
[5429] = {blabla}, 
} 
  

And i think it would take maximum the weight of file in json.

Now it's about 1,84mb.

So it will take about 1,84mb of ram?

Link to comment
  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...