Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 709554

Summary: sys-cluster/KVTree - KVTree provides a fully extensible C data structure modeled after Perl hashes
Product: Gentoo Linux Reporter: Alessandro Barbieri <lssndrbarbieri>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: normal Keywords: InOverlay, PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/ECP-VeloC/KVTree
See Also: https://github.com/gentoo/gentoo/pull/13034
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 709556, 709558, 709562, 709564    

Description Alessandro Barbieri 2020-02-14 02:48:38 UTC
LICENSE: MIT

Each KVTree object contains a list of key/value pairs. Each key is a string, each value is another kvtree object. This is a nested data structures, similar to a python dict or perl hash. The library provides functions to serialize a kvtree object to / from a file. It also optionally provides MPI send / recv functions to transfer an object from one process to another.
In addition to getter and setter utilities, this library provides serialization (for persisting an KVTree to a file) and optional MPI functionality.