issues
search
lemire
/
streamvbyte
Fast integer compression in C using the StreamVByte codec
Apache License 2.0
376
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Multiple versions of streamvbyte
#72
pps83
closed
7 months ago
3
Fix misaligned address asan
#71
mmooyyii
closed
8 months ago
1
Fix misaligned address asan
#70
mmooyyii
closed
8 months ago
2
runtime error: store to misaligned address
#69
mmooyyii
closed
8 months ago
2
incomplete sentence in readme?
#68
karussell
closed
10 months ago
1
CMake: fix installation layout of dll for windows
#67
SpaceIm
closed
1 year ago
2
CMake: relocatable shared lib on macOS
#66
SpaceIm
closed
1 year ago
2
Add Zig implementation
#65
gatesn
closed
1 year ago
1
Update actions/checkout in GitHub Actions workflows to v3
#64
striezel
closed
1 year ago
1
Fix some typos
#63
striezel
closed
1 year ago
1
Create cmake target
#61
victor1234
opened
1 year ago
4
Can this be built on Mac M1?
#60
ChenZhongPu
closed
1 year ago
1
If a 16-bit value in the range `0...255` is encoded as 1 byte
#59
KimberlWilliams
closed
1 year ago
0
Port streamvbyte_compressedbytes to NEON
#58
lemire
opened
1 year ago
0
Add SSE41 path for streamvbyte_compressedbytes.
#57
ishitatsuyuki
closed
1 year ago
5
Adding more CI.
#56
lemire
closed
1 year ago
0
Compilers minimum version
#55
victor1234
closed
1 year ago
4
Remove streamvbyte_static and explicit shared/static specification
#54
victor1234
closed
1 year ago
1
Minor refactoring for streamvbyte public headers
#53
pps83
closed
1 year ago
1
Java/Kotlin version?
#52
JohannesLichtenberger
opened
1 year ago
1
Adding clangcl to CI
#51
lemire
closed
1 year ago
0
Fix build on clang-cl 15.0
#50
aras-p
closed
1 year ago
2
Compile example and tests only if needed
#49
victor1234
closed
1 year ago
1
Fix target_include_directories path
#48
victor1234
closed
1 year ago
4
Fix __m128i init when building with clang-cl
#47
pps83
closed
1 year ago
4
Illegal instruction (core dumped)
#46
victor1234
closed
1 year ago
3
Add CodeQL workflow for GitHub code scanning
#45
lgtm-com[bot]
opened
2 years ago
0
Fixes and verifies issue 42
#44
lemire
closed
2 years ago
5
This improves the runtime dispatching.
#43
lemire
closed
2 years ago
0
About a warning from valgrind when running through valgrind
#42
hasindu2008
closed
2 years ago
2
Encoded size doesnt match decoded size.
#41
THORCOMP
closed
2 years ago
2
Shared oibject version
#40
outpaddling
closed
3 years ago
6
Minor tweak for visual studio
#39
lemire
closed
3 years ago
0
complete runtime dispatch
#38
lemire
closed
3 years ago
0
runtime dispatch
#37
lemire
closed
3 years ago
0
Adding undef. tests.
#36
lemire
closed
3 years ago
2
Makes zigzag encoding and decoding save wrt. undefined behavior, see #28
#35
daniel-j-h
closed
3 years ago
2
Adds function to compute required memory fr the 0124 scheme, see #32
#34
daniel-j-h
closed
3 years ago
1
Adds optional function to compute required memory
#33
daniel-j-h
closed
3 years ago
5
Reduce peak memory consumtion during encoding
#32
daniel-j-h
closed
3 years ago
2
Msvc 2017 build
#31
0x55555555
closed
5 years ago
1
Turn on position independent code
#30
iiSeymour
closed
5 years ago
1
Delta Zigzag
#29
iiSeymour
closed
5 years ago
1
Support for Signed Types Integrated in the CODECs
#28
iiSeymour
opened
5 years ago
39
Better integrate the 0,1,2,4 bytes mode
#27
lemire
opened
6 years ago
1
Encode using 0,1,2,4 bytes
#26
vkazanov
closed
6 years ago
1
Compression uint32_t stream with lots of zeroes
#25
vkazanov
closed
6 years ago
8
Const uint32_t pointer
#24
elshize
closed
6 years ago
1
cmake: use target_include_directory for libstreamvbyte
#23
emaxerrno
closed
6 years ago
2
CMake: allow parent project to disable unit tests for streamvbyte
#22
emaxerrno
closed
6 years ago
3
Next