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

Re^3: In search of an efficient query abstractor

by jbert (Priest)
on Dec 08, 2008 at 10:26 UTC ( [id://728889]=note: print w/replies, xml ) Need Help??


in reply to Re^2: In search of an efficient query abstractor
in thread In search of an efficient query abstractor

but I imagine it'd be hard to make it wget-able and build it into a single file.

While I think solving this in pure-perl is probably do-able, if you do want to drop to C, you could checkout Inline::C.

This allows you do to exactly what you want, embed C in your perl file and have it All Just Work.

(It does require a working C build environment where you run the script, and it will also write the .o/.so files generated by the compiler to a cache so that it only compiles as needed. This might create deployment issues.)

  • Comment on Re^3: In search of an efficient query abstractor

Log In?
Username:
Password:

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

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

    No recent polls found