Team: biejuanle (Southern University of Science and Technology and Zhejiang University)
Name | Institution | |
---|---|---|
Zhaoyang Hong | [email protected] | Southern University of Science and Technology |
Zhaohang Feng | [email protected] | Southern University of Science and Technology |
Wanting Li | [email protected] | Southern University of Science and Technology |
Jiale Zhang | [email protected] | Southern University of Science and Technology |
Hao Wu | [email protected] | Zhejiang University |
Yujie Wang | [email protected] | Southern University of Science and Technology |
Peiran Liang | [email protected] | Southern University of Science and Technology |
Before getting started, make sure you have the following tools installed:
- CMake: >= 3.10
- G++: >= 9.4.0
- OpenMP: >= 4.0
mkdir build && cd build
cmake ..
make
cd ..
./build/main
For local testing:
- Create your data and query files.
- Replace the value
dummy_data
anddummy_queries
incommon.h
with your dataset path.
Explanation:
- The speed of building index and searching maybe unstable, in the competition, we submitted the same program repeatedly to get the best performance.
Some source code is adapted from https://github.com/nmslib/hnswlib and https://github.com/zilliztech/pyglass.