Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kelindar
/
bitmap
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
27
Star
362
Code
Issues
9
Pull requests
0
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 28, 2025
update readme
kelindar
committed
ad2a037
Copy full SHA for ad2a037
Commits on May 19, 2025
Fix Compiler Directives (#41)
Show description for f172a65
apocelipes
authored
f172a65
Copy full SHA for f172a65
Commits on Nov 6, 2023
Fix CountTo (#37)
Show description for 649a9ff
mhr3
authored
649a9ff
Copy full SHA for 649a9ff
Commits on Jul 2, 2023
Fix empty and/or/xor/andn (#36)
Show description for c15d0a3
Roman Atachiants
authored
c15d0a3
Copy full SHA for c15d0a3
Commits on May 3, 2023
Add SIMD support for ARM64, Apple Silicon and AVX512 (#34)
Show description for fa863a0
Roman Atachiants
authored
fa863a0
Copy full SHA for fa863a0
Commits on May 2, 2023
Fix README.md link to License (#33)
DeveloperDave17
authored
8b235c8
Copy full SHA for 8b235c8
Commits on Jun 8, 2022
Improved aggregations, rolled back popcount (#29)
kelindar
authored
2bbf548
Copy full SHA for 2bbf548
Commits on Jun 7, 2022
Add filtered reduction functions (#28)
Show description for 9bb0cfc
kelindar
authored
9bb0cfc
Copy full SHA for 9bb0cfc
Commits on Jun 4, 2022
Using vectorized popcount (#27)
Show description for 9c2019d
kelindar
authored
9c2019d
Copy full SHA for 9c2019d
Add hexadecimal JSON marshalling (#26)
Show description for 5f7e2a1
mFat7y
authored
5f7e2a1
Copy full SHA for 5f7e2a1
Commits on Apr 1, 2022
Add JSON marshaller (#22)
Show description for 9b9fa52
mFat7y
authored
9b9fa52
Copy full SHA for 9b9fa52
Commits on Mar 10, 2022
Add checks for From/ToBytes (#21)
kelindar
authored
e8e9e39
Copy full SHA for e8e9e39
Commits on Jan 23, 2022
Add batched And/AndN/Or/Xor (#19)
Show description for 0d25d02
kelindar
authored
0d25d02
Copy full SHA for 0d25d02
Commits on Dec 24, 2021
Smoother resize of bitmap (#18)
kelindar
authored
2b3f985
Copy full SHA for 2b3f985
Commits on Dec 7, 2021
Implement ReadFrom interface (#17)
kelindar
authored
5ac0ba8
Copy full SHA for 5ac0ba8
Commits on Sep 13, 2021
Support operations for different bitmap sizes (#16)
marniks7
authored
ee49579
Copy full SHA for ee49579
Commits on Sep 11, 2021
Fix bitmap shrinking (#15)
kelindar
authored
6ad3121
Copy full SHA for 6ad3121
Commits on Sep 9, 2021
Trim bitmaps during balance (#13)
kelindar
authored
069a926
Copy full SHA for 069a926
Commits on Jun 30, 2021
faster range (#10)
kelindar
authored
eda9074
Copy full SHA for eda9074
Commits on Jun 28, 2021
Update header (#9)
Show description for 62092bf
kelindar
authored
62092bf
Copy full SHA for 62092bf
Commits on Jun 26, 2021
fix filter
kelindar
committed
8247877
Copy full SHA for 8247877
Speed up Range and Filter (#7)
Show description for 651ef57
kelindar
authored
651ef57
Copy full SHA for 651ef57
Commits on Jun 25, 2021
improved readme (#6)
kelindar
authored
35d9d60
Copy full SHA for 35d9d60
improve readme
kelindar
committed
e0f5dc6
Copy full SHA for e0f5dc6
Fix non amd64 build (#5)
kelindar
authored
f958dcc
Copy full SHA for f958dcc
Unrolled popcount (#4)
Show description for 4669f91
kelindar
authored
4669f91
Copy full SHA for 4669f91
Commits on Jun 21, 2021
Fix minor typos in README.md intro (#3)
Show description for 0dde93b
hasheddan
authored
0dde93b
Copy full SHA for 0dde93b
Commits on Jun 20, 2021
support uneven bitmaps
kelindar
committed
8047af9
Copy full SHA for 8047af9
cleanup and export grow
roman.atachiants@careem.com
committed
996e973
Copy full SHA for 996e973
Commits on Jun 19, 2021
grow to power of 2
kelindar
committed
ab8b367
Copy full SHA for ab8b367
Commits on Jun 17, 2021
Merge branch 'main' of https://github.com/kelindar/bitmap into main
kelindar
committed
779244c
Copy full SHA for 779244c
fix clear
kelindar
committed
4027ce9
Copy full SHA for 4027ce9
Commits on Jun 14, 2021
Fixed typo, format and broken URLs in README.md (#2)
dtchanpura
authored
814f406
Copy full SHA for 814f406
Commits on Jun 13, 2021
Merge branch 'main' of https://github.com/kelindar/bitmap into main
kelindar
committed
e4d8c34
Copy full SHA for e4d8c34
countTo
kelindar
committed
5de7473
Copy full SHA for 5de7473
Pagination
Previous
Next
You can’t perform that action at this time.