PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: marketing

Lua Performance Tips

2 Lua Performance TipsRoberto IerusalimschyIn Lua, as in any other programming language, we should always follow the twomaxims of program optimization:Rule #1:Don t do #2:Don t do it yet.(for experts only)Those rules are particularly relevant when programming in Lua. Lua is famousfor its Performance , and it deserves its reputation among scripting , we all know that Performance is a key ingredient of program-ming. It is not by chance that problems with exponential timecomplexity arecalledintractable. A too late result is a useless result. So, every good program-mer should always balance the costs from spending resourcesto optimize a pieceof code against the gains of saving resources when running that first question regarding optimization a good programmeralways asks is: Does the program needs to be optimized?

the keys are linked in a list, with each element occupying one array entry. When Lua needs to insert a new key into a table and the hash arra y is full, Lua does a rehash . The r st step in the rehash is to decide the sizes of the new array part and the new hash part. So, Lua traverses all entrie s, counting and

Tags:

  Performance, Tips, Elements, Lua performance tips

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of Lua Performance Tips

Related search queries