# loongcollector_cpp **Repository Path**: SmartSmallBoy/loongcollector_cpp ## Basic Information - **Project Name**: loongcollector_cpp - **Description**: fork looncollector/core - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-16 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # loongcollector_cpp #### 介绍 fork looncollector/core xmake f -m debug xmake #### 运行说明 将tools/conf拷贝到loongcollector程序同级目录,即可运行 tools/conf ├── continuous_pipeline_config │ ├── common │ ├── common_v2 │ └── local │ └── file_simple.yaml #pipeline配置 └── instance_config ├── common ├── common_v2 └── local └── loongcollector_config.json #系统配置 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### fork https://github.com/alibaba/loongcollector update: e20e879f9a4fb905406c8db55239b3ef8e2025ff improve multi thread performance for multiline log split (#2183)