Name : ghc-linked-list-with-iterator
| |
Version : 0.1.1.0
| Vendor : openSUSE
|
Release : bp150.2.6
| Date : 2018-07-30 20:23:57
|
Group : Development/Libraries/Haskell
| Source RPM : ghc-linked-list-with-iterator-0.1.1.0-bp150.2.6.src.rpm
|
Size : 0.09 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : A pure linked list which is mutable through iterators
|
Description :
It\'s iternally implemented by \'Data.IntMap.Strict.IntMap\' or \'Data.Map.Strict.Map\' \'Integer\', using \'Int\' or \'Integer\' as the iterator type respectly. Most of the operations cost \'O(lg N)\'.
Each newly inserted element will consume a unique number and never reuse old numbers. Choose \'Int\' one if you\'re sure that there\'re no more than \'Int\' space times of insertions, or choose \'Integer\' one otherwise.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64 |