tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

Reduce memory fragmentation #11

Open dedok opened 9 years ago

dedok commented 9 years ago

Yajl use malloc/realloc/free it adds memory fragmentation. This behavior could be avoided by using Nginx alocator functions inside Yajl.