Skip to content

Feature: Bitmap algorithms - #146

Merged
ventZl merged 4 commits into
masterfrom
feature/bitmaps
Feb 24, 2026
Merged

Feature: Bitmap algorithms#146
ventZl merged 4 commits into
masterfrom
feature/bitmaps

Conversation

@ventZl

@ventZl ventZl commented Feb 11, 2026

Copy link
Copy Markdown
Owner

Add algorithm templates to work with bitmap fields. These algorithms support arbitrary length of bitmap field. Following operations are supported:

  • setting bit in field
  • clearing bit in field
  • testing bit in field
  • finding first available bit in field

No tests yet.

Add algorithm templates to work with bitmap fields. These algorithms
support arbitrary length of bitmap field. Following operations are
supported:
- setting bit in field
- clearing bit in field
- testing bit in field
- finding first available bit in field

No tests yet.
Move algo library to where it is publicly accessible and can be included
from ordinary application software. This way it can use algorithms in
here. If they are good enough for kernel, they could be working for
application software as well.
@ventZl
ventZl merged commit 7a086ad into master Feb 24, 2026
6 checks passed
@ventZl
ventZl deleted the feature/bitmaps branch February 24, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant