由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [转载] Code效率确实很低!!!(改进版)
相关主题
namespace defined in another filec++,这种做法不行?
C 和 C++ 的区别如何计算1000的阶乘
问个两个.h文件互相include的问题c++ define 一问
关于在C中定义常量Call assembly in c++ under linux
求助 怎么编辑 多个 .c files(比如a.c, b.c) 和一个.h file(ab (转载)STL set and map question
请教一个c语言实现多线程的问题C++ questions
我来讨论下意识的问题吧c++ define question
Can we define pure virtual function? (转载)Question on using ## in #define
相关话题的讨论汇总
话题: include话题: code话题: thread话题: 改进版话题: network
进入Programming版参与讨论
1 (共1页)
o******r
发帖数: 259
1
【 以下文字转载自 ProtestJapan 讨论区 】
【 原文由 observer 所发表 】
瓶颈在于network
我观察task manager的network usage才1%
估计大部分时间耗在了等待network api返回上
开10个thread, 半天才到count 100
我等到count 200就认为测试通过了
增加thread数目不一定会加快,因为switching
sleep是为了防止在thread之间无用的switch来回
大家试试吧
// Vote.cpp : Defines the entry point for the console application.
//
//#include
#include /* _beginthread, _endthread */
#include
#include
#include
#include "stdafx.h"
#include
#include
1 (共1页)
进入Programming版参与讨论
相关主题
Question on using ## in #define求助 怎么编辑 多个 .c files(比如a.c, b.c) 和一个.h file(ab (转载)
神奇的程序。。。。请教一个c语言实现多线程的问题
问个土问题:什么是satellite data?我来讨论下意识的问题吧
C 多线程的一个问题Can we define pure virtual function? (转载)
namespace defined in another filec++,这种做法不行?
C 和 C++ 的区别如何计算1000的阶乘
问个两个.h文件互相include的问题c++ define 一问
关于在C中定义常量Call assembly in c++ under linux
相关话题的讨论汇总
话题: include话题: code话题: thread话题: 改进版话题: network