# 3DNMS **Repository Path**: kaiwgitee/3-dnms ## Basic Information - **Project Name**: 3DNMS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-21 - **Last Updated**: 2026-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README g++ -fopenmp -O3 benchmark.cpp -o benchmark # 限制只使用 8 个线程(这对这个体量的任务是最优的) export OMP_NUM_THREADS=8 ./benchmark