Skip to content
Snippets Groups Projects
Commit f728e8ee authored by Ilya's avatar Ilya Committed by Roman Tsisyk
Browse files

Optimize implementation of tuple_to_string

Old variant converted tuple to Lua table and then encoded to yaml
New variant encodes tuple to yaml directly.

Results of benchmarking with:

	old: 1m27.555s
	new: 0m48.738s
	Acceleration 44%

Closes #128
parent 6c11e23f
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