View Single Post
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 10-31-2013 , 11:55   Re: Reply to news thread.
Reply With Quote #4

Quote:
Originally Posted by klausenbusk View Post
Where can i find the dev branch?


I will make sure to sync the current code this weekend.

Quote:
Originally Posted by GoldTreeServers View Post
Perl vs python speed and RAM usage?
So, if you are talking about speed as far as load time or are you talking about time from when the log is written to database?

Load time is higher the first time for python (do to it being complied to bytecode on first run) though that will not be noticed due to the first time you load the daemon you are going to be setting it up anyways.

As far as delay between action in game to database, that is dependent on to many things for me to give you hard numbers. To give you an idea, between action in game and the log output is done around every 66 tic from what I have seen. So between that log and database is unknow ATM due to that part not being written. I know that python's regex is slower to perls but here is a detailed writeup that will give you a better idea (https://stuffivelearned.org/doku.php...vspythonvsperl). We are doing the pre compiled regex
__________________

Last edited by Mavrick4283; 01-06-2014 at 14:19. Reason: removed the URL that was taken down.
Mavrick4283 is offline