Implementation & Performance Analysis of Language Bindings Generators for Elektra
- Peak resident set size after interpreter startup and binding loading
- Create a kdb.Key, measure cpu time - in a loop
- Peform kdb.Key operations, measure cpu time - in a loop
python3 -c ''
python3 -c 'import kdb'
python3 -c 'from gi.repository import GElektra as kdb'
lua -e ""
lua -e 'require("kdb")'
lua -e "lgi = require('lgi'); kdb = lgi.require('GElektra')"
next