معرفی شرکت ها


golang-github-steveyen-gtreap-dev_0.0~git20150807.0.0abe01e-4_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

gtreap is an immutable treap implementation in the Go Language
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Bionic-18.04
مخزن Ubuntu universe all
نام بسته golang-github-steveyen-gtreap-dev
نام فایل بسته golang-github-steveyen-gtreap-dev_0.0~git20150807.0.0abe01e-4_all.deb
نسخه بسته 0.0~git20150807.0.0abe01e
انتشار بسته 4
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/steveyen/gtreap
مجوز -
حجم دانلود 6552
حجم نصب 29
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.


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb golang-github-steveyen-gtreap-dev:

    sudo apt-get install golang-github-steveyen-gtreap-dev_0.0~git20150807.0.0abe01e-4_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-steveyen-gtreap-dev/README.md
./usr/share/doc/golang-github-steveyen-gtreap-dev/changelog.Debian.gz
./usr/share/doc/golang-github-steveyen-gtreap-dev/copyright
./usr/share/gocode/src/github.com/steveyen/gtreap/treap.go
./usr/share/gocode/src/github.com/steveyen/gtreap/treap_test.go