Pakiet: golang-github-steveyen-gtreap-dev (0.0~git20150807.0.0abe01e-7)
Odnośniki dla golang-github-steveyen-gtreap-dev
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego golang-github-steveyen-gtreap:
- [golang-github-steveyen-gtreap_0.0~git20150807.0.0abe01e-7.dsc]
- [golang-github-steveyen-gtreap_0.0~git20150807.0.0abe01e.orig.tar.xz]
- [golang-github-steveyen-gtreap_0.0~git20150807.0.0abe01e-7.debian.tar.xz]
Opiekun:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
gtreap is an immutable treap implementation in the Go Language
Gtreap implements an immutable treap data structure in golang.
By treap, this data structure is both a heap and a binary search tree.
By immutable, any updates/deletes to a treap will return a new treap which can share internal nodes with the previous treap. All nodes in this implementation are read-only after their creation. This allows concurrent readers to operate safely with concurrent writers as modifications only create new data structures and never modify existing data structures. This is a simple approach to achieving MVCC or multi-version concurrency control.
By heap, items in the treap follow the heap-priority property, where a parent node will have higher priority than its left and right children nodes.
By binary search tree, items are store lexigraphically, ordered by a user-supplied Compare function.
Pobieranie golang-github-steveyen-gtreap-dev
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 6,6 KiB | 29,0 KiB | [lista plików] |