Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitmap: implement map_and_not. #11

Merged
merged 1 commit into from
Mar 28, 2012
Merged

Conversation

akozumpl
Copy link

Hi Michael,

here's yet another bitmap.h operator I use when negating a query filter. If you think there should instead be map_not and then map_and let me know (I did map_and_not() because I only have to walk the bitmap once then).

Thanks,
Ales

@mlschroe
Copy link
Member

I think I'm going to merge it but rename the function to "map_subtract", just to annoy you ;-)

mlschroe added a commit that referenced this pull request Mar 28, 2012
bitmap: implement map_and_not.
@mlschroe mlschroe merged commit 351848b into openSUSE:master Mar 28, 2012
@akozumpl
Copy link
Author

On 03/28/2012 12:26 PM, Michael Schroeder wrote:

I think I'm going to merge it but rename the function to "map_subtract", just to annoy you ;-)

:) damn, how did I think the operation doesn't go by some standard name..

Ales

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.

2 participants