![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Easy manipulation of sets of integers (intervals from zero to some positive integer)
application(s)
instead!
You will need to apply the following changes to your existing
application(s):
"Set::IntegerFast" --> "Bit::Vector" (required)
"Empty_Interval(" --> "Interval_Empty(" (recommended) "Fill_Interval(" --> "Interval_Fill(" (recommended) "Flip_Interval(" --> "Interval_Flip(" (recommended) "Delete(" --> "Bit_On(" (recommended) "Insert(" --> "Bit_Off(" (recommended) "flip(" --> "bit_flip(" (recommended) "in(" --> "bit_test(" (recommended) "in(" --> "contains(" (alternative) "inclusion(" --> "subset(" (recommended)
Please refer to the file ``CHANGES'' in the ``Bit::Vector'' distribution for more details!
$CommentsMailTo = "perl5@dcs.ed.ac.uk"; include("../syssies_footer.inc");?>