- miniaudio, a single-header audio lib for C https://github.com/dr-soft/miniaudio
- fftw, discrete Fast Fourier Transform for C http://fftw.org/
-- binpack.lua | |
-- | |
-- Based on SharpFont BinPacker.cs (c) 2015 Michael Popoloski, licensed under MIT | |
-- https://github.com/MikePopoloski/SharpFont/blob/master/SharpFont/Internal/BinPacker.cs | |
-- | |
-- Uses MAXRECTS method developed by Jukka Jylänki http://clb.demon.fi/files/RectangleBinPack.pdf | |
-- | |
-- Does not support rotating rectangles for better fitting. | |
-- Does not support dynamic spritesheet sizes; you must pick a size up-front | |
-- |
Once upon a time there was a user that wanted to install firefox.
The user tried to do pacman -S firefox
but it didn't work. The all
mighty pacman reported that firefox-3.2.4-1.i686.pkg.tar.gz
could not
be found on his mirror. So the user tried pacman -Sy firefox
. It
worked and the user rejoiced since he could once again go and troll /h/.
But all was not good. The user had made a grave error!
See, when the user told the almighty pacman to -Sy firefox
, pacman did
This benchmark has been misleading for a while. It was originally made to demonstrate how JIT compilers can do all sorts of crazy stuff to your code - especially LuaJIT - and was meant to be a starting point of discussion about what exactly LuaJIT does and how.
As a result, its not indicative of what its performance may be on more realistic data. Differences can be expected because
- the text will not consist of hard-coded constants