From 5ad612d5fad33ad2462702f3986dd97862d611f2 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 25 Feb 2016 13:07:48 -0500 Subject: [PATCH] Bragging is fun. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd9dbf58..756359f7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ For maximum ease of use, a script called `single.py` is provided. You can run th ## Features -- [Fast](http://satoren.github.io/lua_binding_benchmark/). +- [Fastest in the land](http://satoren.github.io/lua_binding_benchmark/) (see: sol2 graph and table entries). - Supports retrieval and setting of multiple types including `std::string` and `std::map/unordered_map`. - Lambda, function, and member function bindings are supported. - Intermediate type for checking if a variable exists.