# collie **Repository Path**: kumo-pub/collie ## Basic Information - **Project Name**: collie - **Description**: c++ hash容器集合 - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-22 - **Last Updated**: 2024-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # collie 高性能容器集合 无运行依赖,单元测试和用例会依赖`boost`, `ktest` 编译运行测试 ```shell cmake --preset=default -DKMCAMKE_BUILD_TEST=ON cmake --build build -j 6 ctest --test-dir build ``` ## 项目初始化过程 1. gitee 创建项目 2. clone倒本地 ```shell git clone https://gitee.com/kumo-pub/collie ``` 3. 初始化cmake构建系统 ```shell kmcmake collie ``` 4. 初始化依赖项 ```shell kmpkg new --application kmpkg add port boot kmpkg add port ktest ``` 5. 编写项目 省略一万字 6. 编译运行测试 ```shell cmake --preset=default -DKMCAMKE_BUILD_TEST=ON cmake --build build -j 6 ctest --test-dir build ```