iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

Use LuaJIT #90

Closed dany-on-demand closed 9 years ago

dany-on-demand commented 11 years ago

LuaJIT is complete rewrite with a bunch of ASM optimizations. I would prefer if we used it in case some crazy server admin tries to do complex calculations in Lua (like 4d simplex noise for map generation)

Oh an it'd speed up map generation, which could be crucial if we add map switching on the go, as if it takes too long(and from pyspades I know it can take too long) clients might choose to disconnect.

iamgreaser commented 11 years ago

No.

asiekierka commented 11 years ago

Could you be a little more descriptive? I frankly do not see any reason against using LuaJIT as an option.

iamgreaser commented 9 years ago

Closing because of an issue purge.