> I register around 275 functions and doing 130 strcmp > in average before accessing the correct function seems heavy. > I'm thinking about rewriting this part and addNativeMethod to use > a hash table. Best would be to use gperf and build a perfect hash at compile time and not allow dynamic additions at all. r~