Julia Programming Language
How to convert bytes to `BitVector`?
General Usage
question
jling
April 2, 2024, 8:21pm
2
actually, maybe the fix is that this should be
(64 - rem(total_num_elements, 64)) \div 8
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
I have: Vector{UInt8}. I need: BitVector
General Usage
6
3675
May 25, 2022
Simple bit manipulation question
New to Julia
6
1387
March 1, 2018
Convert UInt array to bitarray
General Usage
convert
4
1917
August 1, 2021
Most efficient way of converting binary data to `AbstractVector{Bool}`
General Usage
4
1124
February 23, 2018
Parse an array of bits (`BitArray`) to an integer
New to Julia
question
27
7450
May 11, 2023