AdamNiederer / AdamNiederer/faster
Arbitrary size bitvectors
Ouverte
- Langage dominant
- Rust
- Étoiles
- 1.6k
- Forks
- 52
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Could this library support arbitrary sized bitvectors? Suppose i have two 32bits vectors, I could store them in an unsigned integer of 32 bits. But if I have bitvectors of 1200 bits it would be ideal to break them up into 2x512 bits and one 256 bit (using the remaining 176 needed bits). I would like to perform simple operations such as AND, OR, NOT and arithmetics like + and -
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.