You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-6Lines changed: 39 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,6 @@ Fast, vectorized VByte decoding for 32‑bit integers in C, with optional differ
6
6
7
7
- Requires x86-64 with SSE4.1 (available on virtually all modern x64 CPUs)
8
8
- C99 compatible
9
-
- Includes a tiny test and a runnable example
10
-
11
-
Platform notes
12
-
--------------
13
-
- The library and tests build on Linux and macOS with a standard C toolchain.
14
-
- The Makefile installs a shared object named `libmaskedvbyte.so` and uses `ldconfig`, which are Linux specific. On macOS, build and run targets work, but the `install` target is not applicable.
15
9
16
10
17
11
Build and test
@@ -22,6 +16,27 @@ make # builds the library and the test binary
0 commit comments