lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2013/5/11 S. Fisher <expandafter@yahoo.com>:

> As for the speed of the routine, have you tried a larger number for
> max_chunk_size?  I'm guessing that your C version would behave
> somewhat as my version under LuaJIT.  I wish that you would try at
> least the values 72 and 32.

32 is a little worse than 12, 72 is a lot worse. The best range for
chunk size using my benchmark on my machine is 12 to 16.