http://qs321.pair.com?node_id=11139662


in reply to Re^2: Anyone with XS experience willing to create a high performance data type for Perl? (Updated)
in thread Anyone with XS experience willing to create a high performance data type for Perl?

I will, thanks. The above was just a quick hack to get us going.

Just for the record, the two problems I encountered (and could very much be red herrings) are that Inline::Struct failed when a C struct contained (EDIT: added next word:) typedef function pointers, I believe it did not understand the arcane C syntax (I love it though) : int (*funcpoi)(int, int); . It also did not like typedef enums within a struct. The above is just for the record, I will file a proper report at the channel you mentioned.

bw, bliako