Name : perl-Acme-CPANModules-Set
| |
Version : 0.001
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.23
| Date : 2024-08-05 17:56:29
|
Group : Unspecified
| Source RPM : perl-Acme-CPANModules-Set-0.001-1.23.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : List of modules that deal with sets
|
Description :
Set is an abstract data type that can store unique values, without any particular order.
In Perl, you can implement set with a hash, with O(1) for average search speed. The downside is hash keys are limited to strings, but you can store complex data structures as values with some simple workaround. Less preferrably, you can also use an array to implement a hash, with O(n) for all insertion/deletion/search speed as you need to compare all array elements first for (uniqueness of) values. Finally, you can choose from various existing CPAN modules that handle sets.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/openSUSE_Tumbleweed/noarch |