Add note about JIT to readme

Hopefully resolves #8
This commit is contained in:
Robin Wellner 2017-03-29 14:50:09 +02:00 committed by GitHub
parent b2365c4c0c
commit e7480da28e

View File

@ -22,6 +22,8 @@ Pull requests, bug reports and other feedback welcome! :heart:
Bitser is released under the ISC license (functionally equivalent to the BSD
2-Clause and MIT licenses).
Please note that bitser requires LuaJIT for its `ffi` library and JIT compilation. Without JIT, it may or may not run, but it will be much slower than usual. This primarily affects Android and iOS, because JIT is disabled on those platforms.
## Why would I use this?
Because it's fast. Because it produces tiny output. Because the name means "snappier"