Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Using SV as key in hash

by liz (Monsignor)
on Jul 17, 2006 at 06:16 UTC ( [id://561679]=note: print w/replies, xml ) Need Help??


in reply to Re: Using SV as key in hash
in thread Using SV as key in hash

I want to say that the keys to an HV are always stringified and kept as char*, not as SV*s.
Well, that's just it. There is a provision in hv.c to actually have an SV as the key (rather than a char *). The HeSVKEY_set macro is supposed to be doing that.

A good starting place might be to look at what Tie::RefHash does
I'm afraid that Tie::RefHash doesn't have any XS component to obtain any inspiriation from ;-(

Liz

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://561679]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-25 10:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found