- Joined
- Sep 26, 2009
- Messages
- 9,521
I know you guys care so much about speed, so I wrote this for you, so that (finally) you can have the fastest possible library.
JASS:
library FastEfficientSpeedy //The most efficient library ever.
//By Bribe, version 2.0.0.6
function SuperFast takes nothing returns nothing
endfunction //Gets inlined, so don't worry about calling it.
globals
//There are no globals, so this library is really easy to implement.
endglobals
endlibrary