mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
18 lines
782 B
ReStructuredText
18 lines
782 B
ReStructuredText
benchmarks
|
|
==========
|
|
because somebody is going to ask eventually...
|
|
----------------------------------------------
|
|
|
|
|
|
These are some informal and formal benchmarks done by both the developers of sol and other library developers / users. We leave you to interpret the data as you see fit.
|
|
|
|
* `lua_binding_benchmarks`_ by satoren (developer of `kaguya`_) (`Sol`_ is the "sol2" entry)
|
|
* `lua-bench`_ by ThePhD (developer of `Sol`_)
|
|
|
|
As of the writing of this documentation (March 11th, 2016), :doc:`Sol<index>` (Sol2) seems to take the cake in most categories for speed!
|
|
|
|
|
|
.. _lua-bench: https://github.com/ThePhD/lua-bench
|
|
.. _lua_binding_benchmarks: http://satoren.github.io/lua_binding_benchmark/
|
|
.. _kaguya: https://github.com/satoren/kaguya
|
|
.. _Sol: https://github.com/ThePhD/sol2 |