Skip to content
Snippets Groups Projects
  • Ilya's avatar
    f728e8ee
    Optimize implementation of tuple_to_string · f728e8ee
    Ilya authored
    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
    f728e8ee
    History
    Optimize implementation of tuple_to_string
    Ilya authored
    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