Jump to content

filereadtoarray slow


Recommended Posts

I have a general question about arrays,

I have made a domain tool. I have arround 80 computers in an domain and i gather information over the network an store that information in an ini file.

After this i make an array per computer with filereadtoarray to search in it.

It is working quit well but it is pretty slow too.

is there a way to do it a quicker way? i.e. storing the array in the memory or by using a database?

thanks allready

Link to comment
Share on other sites

is there a way to do it a quicker way? i.e. storing the array in the memory or by using a database?

Using a database will significantly increase performance, as you can utilize the database search algorhythms. Take a look at the UDF SQLite.au3.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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