Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
Wow, especially as we removed some of the libraries into Submodules.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I believe I set Ohloh up so that it doesn't count the libraries anyway - they mostly aren't our code, after all. So the numbers exclude the libraries in both timeframes.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
I just discovered, if you take the default generator setup and set heigen to flat the server never starts up because it can't find a spawn point because the whole world is under water.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I don't really have enough information to give you a qualified answer. Use common sense - if the code would be allocating and deallocating buffers on the order of hundreds per second, then use a fixed number of buffers preallocated.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
More likely once per second. The reason I haven't given more information is I don't know myself. The frequency depends on the size. the bigger the buffers the less frequent.