golang-github-kelindar-bitmap 1.5.5-1
Package Information
| Description | Simple dense bitmap index in Go with SIMD acceleration This package contains a bitmap implementation, backed by a slice of []uint64 and designed for dense small or medium collections. It focuses on high performance by avoiding heap allocations, unrolling loops and implementing SIMD vectorization in assembly. Features: * Zero heap allocation for all important bitmap methods * SIMD-vectorized boolean algebra operations (And, Or, Xor, AndNot) * Bit counting with Min, Max, Count and related operations * Fast iteration over set bits using unrolled loops * In-place filtering based on user-defined predicates * Binary encoding with no-copy slice conversion * Clone and Clear for bitmap reusability |
|---|---|
| Maintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
| Changed By | Juan Manuel Méndez Rey <juan.mendezr@proton.me> |
| Sponsor | simon@josefsson.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/go-team/packages/golang-github-kelindar-bitmap.git (browse) |
| Closes | #1135384 |
| Blocked Bugs | #1051557 (wishlist) |
| Tracker | https://tracker.debian.org/pkg/golang-github-kelindar-bitmap |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Changed-By | Juan Manuel Méndez Rey |
|---|---|
| Architecture | source all |
| Distribution | unstable |
| Date | Sat, 02 May 2026 01:22:38 +0200 |
| Source | golang-github-kelindar-bitmap |
| Version | 1.5.5-1 |
Changelog
golang-github-kelindar-bitmap (1.5.5-1) unstable; urgency=medium . * Initial release (Closes: #1135384)
.dsc
| Section | golang |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | golang-github-kelindar-bitmap-dev deb golang optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/kelindar/bitmap Upstream-Name: bitmap Upstream-Contact: Roman Atachiants <roman@kelindar.com> Files: * Copyright: 2021-2026 Roman Atachiants and contributors License: Expat Files: debian/* Copyright: 2026 Juan Manuel Méndez Rey <juan.mendezr@proton.me> License: Expat Comment: Debian packaging is licensed under the same terms as upstream License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.