Logging speed improvements.

We now use Google's replacement functions for slow printf-based
num-to-ascii conversion.
This commit is contained in:
Robin Sommer 2011-10-06 15:55:45 -07:00
parent 3ecd872291
commit 8aaccf1c95
8 changed files with 426 additions and 9 deletions

View file

@ -76,6 +76,11 @@ typedef int32 ptr_compat_int;
# error "Unusual pointer size. Please report to bro@bro-ids.org."
#endif
extern "C"
{
#include "modp_numtoa.h"
}
template <class T>
void delete_each(T* t)
{