rain_gloom Posted May 14, 2013 Posted May 14, 2013 If I need to store data for long periods of time and frequent access and in 2D matrices(!) what would be the best techology in terms of... debugspeedmemory usage ? I'm currently using lua tables as matrices but if I want to make back-ups or an externally editable conversion, what would be the best? -SQL, mySQL -XML -or is there a method to store in raw list format that can be read by lua? My GitHub function brain() return nil end
xXMADEXx Posted May 14, 2013 Posted May 14, 2013 Not sure about the first question, but defiantly don't use XML to store the data. The Ultimate Lua Tutorial! | MTA PHP SDK
Moderators IIYAMA Posted May 14, 2013 Moderators Posted May 14, 2013 XML maybe for client data, but not for server data. Do you want to improve your Lua programming skills and make less mistakes? Start with Lua Language Server! Useful functions 3x Spoiler checkPassiveTimer getScreenStartPositionFromBox getPedGender Tutorials 4x Spoiler Scaling DX Events Attach an addEventHandler on a group of elements Debugging
iPrestege Posted May 14, 2013 Posted May 14, 2013 As far as i know i suggest you to use SQL or MySql because it is the best for me .
PaiN^ Posted May 14, 2013 Posted May 14, 2013 Agree with IIYAMA . + SQL is better in my opinion . " Keep Thinking Different . " - Steve Jops -------------------- Don't send me PMs asking for help, I Won't reply !
rain_gloom Posted May 26, 2013 Author Posted May 26, 2013 thx 4 all My GitHub function brain() return nil end
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now