2017-02-01から1日間の記事一覧

TI-Nspire & Lua / スクリプティングのヒント / テーブルの最適化 / 不要な再ハッシュは避ける

Reference: http://adriweb.free.fr/t3/2014/Advanced_TI-Nspire_Lua_Programming.pptx, p.6 “ Again, help Lua know more about the tables you're going to use! Avoid useless rehashes when possible! ” -- 1 timeStart = timer.getMilliSecCounter() fo…