Re: [win32-gui] Re: [perl-win32-gui-hackers] Win32::GUI::Constants revisited - proposed changes and performance figures

2006-05-02 Thread Robert May
Reini Urban wrote: 2006/5/1, Robert May <[EMAIL PROTECTED]>: [stuff about different hashing options] Good to see that finally gperf found its successors: Perfect and MPH. gperf is completely insatisfactory not finding a solution, esp. when you know that it comes from a common lisp programmer.

Re: [perl-win32-gui-hackers] Win32::GUI::Constants revisited - proposed changes and performance figures

2006-05-02 Thread Reini Urban
2006/5/1, Robert May <[EMAIL PROTECTED]>: I have looked into 3 alternative hashing strategies, all implemented in XS (as an aside, the overhead of calling an XS function that does nothing compares very favourably with a perl hash lookup, and so previous concerns that I had about XS calls being sl