Skip to content
Snippets Groups Projects
Commit 052c147b authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Optimize Lua/C bindings for box

This patch add specialized versions of box.process for select, insert,
replace, update and delete requests. This optimization reduces the
number of Lua <-> C switches during request processing. New functions
create struct request directly without allocating temporary buffer for
entire request body.
parent 8a948c8a
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment