Thu, 30 May 2024 08:16:53 UTC | login

Information for RPM python2-larch-1.20151025-9.fc28.noarch.rpm

ID126115
Namepython2-larch
Version1.20151025
Release9.fc28
Epoch
Archnoarch
SummaryPython B-tree library
DescriptionThis is an implementation of particular kind of B-tree, based on research by Ohad Rodeh. See "B-trees, Shadowing, and Clones" (copied here with permission of author) for details on the data structure. This is the same data structure that btrfs uses. Note that my implementation is independent from the btrfs one, and might differ from what the paper describes. The distinctive feature of this B-tree is that a node is never modified (sort-of). Instead, all updates are done by copy-on-write. Among other things, this makes it easy to clone a tree, and modify only the clone, while other processes access the original tree. This is utterly wonderful for my backup application, and that's the reason I wrote larch in the first place. I have tried to keep the implementation generic and flexible, so that you may use it in a variety of situations. For example, the tree itself does not decide where its nodes are stored: you provide a class that does that for it. I have two implementations of the NodeStore class, one for in-memory and one for on-disk storage. The tree attempts to guarantee this: all modifications you make will be safely stored in the node store when the larch.Forest.commit method is called. After that, unless you actually modify the committed tree yourself, it will be safe from further modifications. (You need to take care to create a new tree for further modifications, though.)
Build Time2018-02-09 08:43:40 GMT
Size120.00 KB
de1eb3f0a83467f407f63599ac6571fb
LicenseGPLv3+
Provides
python-larch = 1.20151025-9.fc28
python2-larch = 1.20151025-9.fc28
python2.7dist(larch) = 1.20151025
python2dist(larch) = 1.20151025
Obsoletes
python-larch < 1.20151025-9.fc28
Conflicts No Conflicts
Requires
/usr/bin/python2
python(abi) = 2.7
python2-cliapp
python2-tracing
python2-ttystatus
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 86 >>>
Name ascending sort Size
/usr/bin/fsck-larch2.42 KB
/usr/lib/python2.7/site-packages/larch0.00 B
/usr/lib/python2.7/site-packages/larch-1.20151025-py2.7.egg-info1.34 KB
/usr/lib/python2.7/site-packages/larch/__init__.py1.44 KB
/usr/lib/python2.7/site-packages/larch/__init__.pyc1.70 KB
/usr/lib/python2.7/site-packages/larch/__init__.pyo1.70 KB
/usr/lib/python2.7/site-packages/larch/codec.py6.10 KB
/usr/lib/python2.7/site-packages/larch/codec.pyc6.06 KB
/usr/lib/python2.7/site-packages/larch/codec.pyo5.96 KB
/usr/lib/python2.7/site-packages/larch/codec_tests.py4.32 KB
/usr/lib/python2.7/site-packages/larch/codec_tests.pyc5.95 KB
/usr/lib/python2.7/site-packages/larch/codec_tests.pyo5.95 KB
/usr/lib/python2.7/site-packages/larch/forest.py6.83 KB
/usr/lib/python2.7/site-packages/larch/forest.pyc7.22 KB
/usr/lib/python2.7/site-packages/larch/forest.pyo7.18 KB
/usr/lib/python2.7/site-packages/larch/forest_tests.py8.15 KB
/usr/lib/python2.7/site-packages/larch/forest_tests.pyc10.11 KB
/usr/lib/python2.7/site-packages/larch/forest_tests.pyo10.11 KB
/usr/lib/python2.7/site-packages/larch/fsck.py7.67 KB
/usr/lib/python2.7/site-packages/larch/fsck.pyc8.83 KB
/usr/lib/python2.7/site-packages/larch/fsck.pyo8.83 KB
/usr/lib/python2.7/site-packages/larch/fsck_tests.py10.17 KB
/usr/lib/python2.7/site-packages/larch/fsck_tests.pyc8.67 KB
/usr/lib/python2.7/site-packages/larch/fsck_tests.pyo8.67 KB
/usr/lib/python2.7/site-packages/larch/idpath.py1.53 KB
/usr/lib/python2.7/site-packages/larch/idpath.pyc1.45 KB
/usr/lib/python2.7/site-packages/larch/idpath.pyo1.45 KB
/usr/lib/python2.7/site-packages/larch/idpath_tests.py1.82 KB
/usr/lib/python2.7/site-packages/larch/idpath_tests.pyc2.44 KB
/usr/lib/python2.7/site-packages/larch/idpath_tests.pyo2.44 KB
/usr/lib/python2.7/site-packages/larch/journal.py10.26 KB
/usr/lib/python2.7/site-packages/larch/journal.pyc10.33 KB
/usr/lib/python2.7/site-packages/larch/journal.pyo10.20 KB
/usr/lib/python2.7/site-packages/larch/journal_tests.py9.65 KB
/usr/lib/python2.7/site-packages/larch/journal_tests.pyc13.62 KB
/usr/lib/python2.7/site-packages/larch/journal_tests.pyo13.62 KB
/usr/lib/python2.7/site-packages/larch/lru.py4.09 KB
/usr/lib/python2.7/site-packages/larch/lru.pyc4.01 KB
/usr/lib/python2.7/site-packages/larch/lru.pyo4.01 KB
/usr/lib/python2.7/site-packages/larch/lru_tests.py3.85 KB
/usr/lib/python2.7/site-packages/larch/lru_tests.pyc5.61 KB
/usr/lib/python2.7/site-packages/larch/lru_tests.pyo5.61 KB
/usr/lib/python2.7/site-packages/larch/nodes.py6.95 KB
/usr/lib/python2.7/site-packages/larch/nodes.pyc8.51 KB
/usr/lib/python2.7/site-packages/larch/nodes.pyo8.51 KB
/usr/lib/python2.7/site-packages/larch/nodes_tests.py11.94 KB
/usr/lib/python2.7/site-packages/larch/nodes_tests.pyc15.19 KB
/usr/lib/python2.7/site-packages/larch/nodes_tests.pyo15.19 KB
/usr/lib/python2.7/site-packages/larch/nodestore.py12.47 KB
/usr/lib/python2.7/site-packages/larch/nodestore.pyc17.91 KB
Component of
1 through 1 of 1
Buildroot descending sort Created State
f29-build-12252-5629 2018-06-17 18:10:16 expired