Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Oct 2023 22:20:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274204] [NEW PORT] devel/py-red-black-tree-mod: Flexible python implementation of red black trees
Message-ID:  <bug-274204-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274204

            Bug ID: 274204
           Summary: [NEW PORT] devel/py-red-black-tree-mod: Flexible
                    python implementation of red black trees
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://stromberg.dnsalias.org/~strombrg/red-black-tre
                    e-mod
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: DtxdF@disroot.org
 Attachment #245365 maintainer-approval+
             Flags:

Created attachment 245365
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D245365&action=
=3Dedit
red-black-tree-mod-1.21.patch

Description:

red-black-tree-mod is a pair of python modules implementing red
    black trees.

Red-black trees are a little slower than treaps, but they give a
nice low standard deviation in operation times, and this code is
rather flexible.

A module is provided for red black trees that enforce uniqueness.
They allow for set-like use and dictionary-like use.

WWW: https://stromberg.dnsalias.org/~strombrg/red-black-tree-mod

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274204-7788>