SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-lca rpm build for : OpenSuSE. For other distributions click ghc-lca.

Name : ghc-lca
Version : 0.3 Vendor : openSUSE
Release : bp150.2.6 Date : 2018-07-30 20:24:05
Group : Development/Libraries/Haskell Source RPM : ghc-lca-0.3-bp150.2.6.src.rpm
Size : 0.34 MB
Packager : https://bugs_opensuse_org
Summary : O(log n) persistent on-line lowest common ancestor calculation without preprocessing
Description :
This package provides a reference implementation of my skew binary random
access algorithm for performing an /online/ lowest common ancestor search (and
online level ancestor search) in logarithmic time without preprocessing.
This improves the previous known asymptotic bound for both of these problems
from /O(h)/ to /O(log h)/, where /h/ is the height of the tree. Mostly
importantly this bound is completely independent of the width or overall size
of the tree, enabling you to calculate lowest common ancestors in a distributed
fashion with good locality.

While /offline/ algorithms exist for both of these algorithms that that provide
/O(1)/ query time, they all require at least /O(n)/ preprocessing, where /n/ is
the size of the entire tree, and so are less suitable for LCA search in areas
such as revision control where the tree is constantly updated, or distributed
computing where the tree may be too large to fit in any one computer\'s memory.

Slides are available from

< http://www.slideshare.net/ekmett/skewbinary-online-lowest-common-ancestor-search>.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-lca-0.3-bp150.2.6.x86_64.rpm
     

Provides :
ghc-lca
ghc-lca(x86-64)
libHSlca-0.3-DfNdTknSuSB4OJpyM2MZAJ-ghc8.0.2.so()(64bit)

Requires :
libHSbase-4.9.1.0-ghc8.0.2.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.0.2/lca-0.3-DfNdTknSuSB4OJpyM2MZAJ
/usr/lib64/ghc-8.0.2/lca-0.3-DfNdTknSuSB4OJpyM2MZAJ/libHSlca-0.3-DfNdTknSuSB4OJpyM2MZAJ-ghc8.0.2.so
/usr/share/doc/packages/ghc-lca
/usr/share/doc/packages/ghc-lca/LICENSE

 
ICM