![]() |
![]()
| ![]() |
![]()
NAMEHeap::Simple::XS - An XS implementation of the Heap::Simple interface SYNOPSIS# Let Heap::Simple decide which implementation that provides its interface # it will load and use. This may be Heap::Simple::XS or it may not be. # Still, this is the normal way of using Heap::Simple use Heap::Simple; my $heap = Heap::Simple->new(...); # Use heap as described in the Heap::Simple documentation # If for some reason you insist on using this version: use Heap::Simple::XS; my $heap = Heap::Simple::XS->new(...); # Use the XS heap as described in the Heap::Simple documentation DESCRIPTIONThis module provides an XS implementation of the interface described in Heap::Simple. Look there for a description. NOTES
EXPORTNone. SEE ALSOHeap::Simple, Heap::Simple::Perl AUTHORTon Hospel, <Heap-Simple-XS@ton.iguana.be> Parts are inspired by code by Joseph N. Hall <http://www.perlfaq.com/faqs/id/196> COPYRIGHT AND LICENSECopyright (C) 2004 by Ton Hospel This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.6.1 or, at your option, any later version of Perl 5 you may have available.
|