Date: Sun, 01 Jul 2018 12:45:04 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 229448] [NEW PORT] devel/py-intbitset: C-based extension implementing fast integer bit sets Message-ID: <bug-229448-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229448 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@FreeBSD.org Reporter: freebsd_ports@k-worx.org CC: python@FreeBSD.org Created attachment 194811 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D194811&action= =3Dedit 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-b= its 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 >=20 > OK --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229448-21822>