Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Boolean kernels: any / all #738

Closed
ritchie46 opened this issue Jan 7, 2022 · 1 comment
Closed

Boolean kernels: any / all #738

ritchie46 opened this issue Jan 7, 2022 · 1 comment
Labels
no-changelog Issues whose changes are covered by a PR and thus should not be shown in the changelog

Comments

@ritchie46
Copy link
Collaborator

It would be nice to have fast columnwise any/ all operations.

This has probably some nice optimization options. Maybe reading the bits per u8 or u64 and check if == 0 / == usize::max.

@jorgecarleitao jorgecarleitao added the no-changelog Issues whose changes are covered by a PR and thus should not be shown in the changelog label Jan 8, 2022
@jorgecarleitao
Copy link
Owner

Closed by #739

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no-changelog Issues whose changes are covered by a PR and thus should not be shown in the changelog
Projects
None yet
Development

No branches or pull requests

2 participants