Skip to content

Slides and example code for a talk on Inline::C, presented to Thousand Oaks Perl Mongers & Los Angeles Perl Mongers Nov/Dec 2011

Notifications You must be signed in to change notification settings

perl5-inline/Inline-C-Perl-Mongers-Talk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inline::C - The Eminently Palatable Approach to Perl XS

An introduction on using Inline::C (with a bit on Inline::CPP as well).
Installation, example code, and more.

Talk given at Thousand Oaks Perl Mongers, November 2011, and Los Angeles
Perl Mongers December 2011.


Manifest:

README              - This file.

inline_c_slides.odp - Libre Open Office Impress format slides.

primes.cpp          - Standalone C++ program.  Benchmark code opens a
                      pipe to the compiled executable to bench-test
                      a system-call approach.

primesbench.pl      - Perl benchmark script: Contains various
                      implementations of the Sieve of Eratosthenes, in
                      C, and pure-Perl.



License and Copyright

Copyright(c) 2011, 2012. David Oswald

This is a free distribution; you can redistribute it and/or modify it
under the same terms as Perl itself.

About

Slides and example code for a talk on Inline::C, presented to Thousand Oaks Perl Mongers & Los Angeles Perl Mongers Nov/Dec 2011

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 92.4%
  • C++ 7.6%