Set configuration for index properly. run collection benchmark #35
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run CMake+vcpkg+Ninja:
lintdb/Encoder.cpp#L59
designated initializers are a C++20 extension [-Wc++20-designator]
|
Run CMake+vcpkg+Ninja:
lintdb/Encoder.cpp#L297
designated initializers are a C++20 extension [-Wc++20-designator]
|
Run CMake+vcpkg+Ninja:
lintdb/quantizers/Binarizer.cpp#L18
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|
Run CMake+vcpkg+Ninja:
lintdb/quantizers/Binarizer.cpp#L18
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|
Run CMake+vcpkg+Ninja:
lintdb/quantizers/Binarizer.cpp#L22
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|
Run CMake+vcpkg+Ninja:
lintdb/quantizers/Binarizer.cpp#L23
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|
Run CMake+vcpkg+Ninja:
lintdb/quantizers/Binarizer.cpp#L22
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|
Run CMake+vcpkg+Ninja:
lintdb/quantizers/Binarizer.cpp#L23
format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
|
Run CMake+vcpkg+Ninja:
lintdb/index.cpp#L267
designated initializers are a C++20 extension [-Wc++20-designator]
|
Run CMake+vcpkg+Ninja:
lintdb/invlists/RocksdbList.cpp#L42
field 'column_families' will be initialized after field 'version' [-Wreorder-ctor]
|
Loading