BitArray

GPTKB entity

Statements (40)
Predicate Object
gptkbp:instanceOf gptkb:architecture
gptkbp:advantage memory efficiency
bit addressing can be complex
fast bitwise operations
not suitable for non-binary data
gptkbp:alsoKnownAs bitset
bit array
bit vector
gptkbp:category data structures
bit manipulation
gptkbp:firstAppearance 1960s
https://www.w3.org/2000/01/rdf-schema#label BitArray
gptkbp:implementedIn gptkb:Java
gptkb:JavaScript
gptkb:Python
gptkb:Go
gptkb:C#
gptkb:C++
gptkb:Rust
many programming languages
gptkbp:operator bitwise AND
bitwise NOT
bitwise OR
bitwise XOR
clear bit
set bit
test bit
toggle bit
gptkbp:relatedTo gptkb:box_set
gptkb:Bloom_filter
array
bitmap
bit field
bitmask
gptkbp:usedFor efficient storage of bits
manipulation of bits
gptkbp:usedIn computer science
programming
gptkbp:bfsParent gptkb:System.Collections
gptkbp:bfsLayer 7