On Tue, 28 Jan 2003, John Peacock wrote: > Dave Rolsky wrote: > > Well, an XS implementation is quite likely to beat pure Perl, even if you > > used RD days as well. > > > > Don't tell anyone, but my first pass will be pure Perl, since I am still pretty > much an XS newbie...
Hehe, that's fine. My guess is that this is probably a much easier way to write an XS module, since all you'll have to do is re-implement the same logic in C, which leaves you free to _only_ think about all the low-level C crap you have to deal with, as opposed to trying to think about low and high level concerns at the same time. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
