http://qs1969.pair.com?node_id=11138711


in reply to Anyone with XS experience willing to create a high performance data type for Perl?

Inside the gem file there is dict.c and dict.h, as well as ruby.c which is the wrap.

What's the easiest way for me to obtain the contents of dict.c and dict.h (in human readable form) from the gem file ?
I don't have any Ruby software on my PC.

Cheers,
Rob
  • Comment on Re: Anyone with XS experience willing to create a high performance data type for Perl?

Replies are listed 'Best First'.
Re^2: Anyone with XS experience willing to create a high performance data type for Perl?
by bliako (Monsignor) on Nov 11, 2021 at 12:10 UTC
    tar xvf rbtree-0.4.4.gem && tar xvzf data.tar.gz
Re^2: Anyone with XS experience willing to create a high performance data type for Perl?
by beautyfulman (Sexton) on Nov 11, 2021 at 02:24 UTC