kr0st / fpgui

GUI application for convenient browsing through fplog-generated log messages
MIT License
0 stars 0 forks source link

Write and performance test lua compare function for std::sort #8

Closed kr0st closed 6 years ago

kr0st commented 6 years ago

Lua seem to work twice as fast compared with Chai. However not the stock version of Lua but only LuaJIT.

Although performance seem to be heavily dependent on string size and deteriorate quickly. This means that neither Lua nor Chai could be applied without any special data preparation prior to sorting.

kr0st commented 6 years ago

500 - 800 ms for sorting of 1000 strings (~250 bytes size each).