[Bug 229448] [NEW PORT] devel/py-intbitset: C-based extension implementing fast integer bit sets
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jul 1 12:45:06 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229448
Bug ID: 229448
Summary: [NEW PORT] devel/py-intbitset: C-based extension
implementing fast integer bit sets
Product: Ports & Packages
Version: Latest
Hardware: Any
URL: https://pypi.org/project/intbitset/
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: freebsd_ports at k-worx.org
CC: python at FreeBSD.org
Created attachment 194811
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194811&action=edit
py-intbitset.patch
Hello,
attached is the patch that adds the Python package devel/py-intbitset, which
provides a set implementation to store sorted unsigned integers either 32-bits
integers or an infinite range with fast set operations implemented via bit
vectors in a Python C extension for speed and reduced memory usage.
QA:
~~~
- poudriere (11.2-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK
make test results:
> Ran 50 tests in 42.287s
>
> OK
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list