mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Logging speed improvements.
We now use Google's replacement functions for slow printf-based num-to-ascii conversion.
This commit is contained in:
parent
3ecd872291
commit
8aaccf1c95
8 changed files with 426 additions and 9 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue