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-b...@freebsd.org Reporter: freebsd_po...@k-worx.org CC: pyt...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"