mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-03 07:42:54 +00:00
17 lines
415 B
JSON
17 lines
415 B
JSON
{
|
|
"name": "simdcomp",
|
|
"version": "0.0.3",
|
|
"repo": "lemire/simdcomp",
|
|
"description": "A simple C library for compressing lists of integers",
|
|
"license": "BSD-3-Clause",
|
|
"src": [
|
|
"src/simdbitpacking.c",
|
|
"src/simdcomputil.c",
|
|
"src/simdintegratedbitpacking.c",
|
|
"include/simdbitpacking.h",
|
|
"include/simdcomp.h",
|
|
"include/simdcomputil.h",
|
|
"include/simdintegratedbitpacking.h"
|
|
]
|
|
}
|