# thread_singleton_test **Repository Path**: Geoyee/thread_singleton_test ## Basic Information - **Project Name**: thread_singleton_test - **Description**: 单例模式并发读取测试 / 多线程同步读取加速 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-19 - **Last Updated**: 2023-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # thread_singleton_test 单例模式并发读取测试 / 多线程同步读取加速 ## 结果 ``` // 线程数:2 // 任务数:8 // 本地延时:+200ms // 在线延时:1000ms Just from file Serial time: 1786ms Just from Web Serial time: 8140ms Serial time: 4973ms Just from file Parallel time: 1753ms Just from Web Parallel time: 5001ms Parallel time: 3000ms ``` ## 依赖 - openMP - openCV