全部搜尋項
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: golang-github-steveyen-gtreap  ]

套件:golang-github-steveyen-gtreap-dev(0.0~git20150807.0.0abe01e-5)

golang-github-steveyen-gtreap-dev 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 golang-github-steveyen-gtreap

維護者:

外部的資源:

相似套件:

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.

下載 golang-github-steveyen-gtreap-dev

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 6。7 kB29。0 kB [檔案列表]