• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            Simple is beautifull

            還需要副標題嗎?

            導航

            <2025年5月>
            27282930123
            45678910
            11121314151617
            18192021222324
            25262728293031
            1234567

            統計

            常用鏈接

            留言簿(2)

            隨筆檔案

            搜索

            最新評論

            閱讀排行榜

            評論排行榜

            2006年3月31日 #

            為什么Python的性能比較好呢?

            在vckbase上看到有討論這樣一個問題:
            http://blog.vckbase.com/jzhang/archive/2006/03/28/18807.html
            CSDN的朋友參考了Python的實現源碼給出有如下的解答:
            http://blog.csdn.net/imjj/archive/2006/03/31/645163.aspx?Pending=true
            性能上已經比Python好了,但是該解答畢竟是針對了具體的應用,比如定死了hash桶的大小之類的。

            我也湊熱鬧給了一個實現,只使用標準C++的一些算法解決此問題,性能上還是沒有Python好,但是已經非常接近了:
            D:\test\pytest>python test.py
            2006-03-31 14:59:19.348000
            2006-03-31 14:59:22.963000

            D:\test\pytest>cpptest
            經過了4025.7888毫秒

            實現:
            #include <windows.h>??????//? just for time counting

            #include <list>
            #include <string>
            #include <fstream>
            #include <algorithm>

            using namespace std;
            int main( void )
            {
            ?__int64 t1, t2;
            ?GetSystemTimeAsFileTime( (LPFILETIME)&t1 );

            ?list<string> emails;
            ?ifstream infile("email2.txt");
            ?ofstream oufile("email_cpp.txt");
            ?copy( istream_iterator<string>(infile), istream_iterator<string>(), back_inserter(emails) );
            ?emails.unique();
            ?ofstream outfile( "email_cpp.txt" );
            ?copy( emails.begin(), emails.end(), ostream_iterator<string>(outfile,"\n") );

            ?GetSystemTimeAsFileTime( (LPFILETIME)&t2 );
            ?printf( "經過了%I64d.%04I64d毫秒\n", (t2-t1)/10000, (t2-t1)%10000 );
            }
            對比的其他兩個實現:
            1、vector + sort + unique
            2、set
            最后還是我的這個實現好一點:)
            PS:編譯器用的是VC2005

            再PS,寫了上面那個PS之后突然想看看VC2003怎么樣,于是測試一下,驚人的發現:
            D:\test\pytest>cpptest2
            經過了3234.6512毫秒
            速度已經超越了Python
            .^_^。滿心歡喜結束這個討論旅程

            posted @ 2006-03-31 15:28 音樂蟲子 閱讀(2671) | 評論 (4)編輯 收藏

            2006年2月12日 #

            類型選擇

            // test7.cpp : Defines the entry point for the console application.
            //

            #include "stdafx.h"

            using namespace std;
            using namespace boost;

            namespace
            {
             template<typename T> char checkSize(T*);
             template<typename T> long checkSize(...);
            }

            template<typename FIRST, typename SECOND>
            struct SameType
            {
             enum{value = sizeof(char) == sizeof(checkSize<FIRST>((SECOND*)0)) };
            };


            class IFoo
            {
            public:
             virtual void bar() = 0;
            };

            class Foo: public IFoo
            {
            public:
             virtual void bar(){ cout<<"bar()"<<endl; };
            };

            template<int>
            class TypeSelect
            {
            public:
             template<typename T>
              TypeSelect(T& r){}
            };

            template<> class TypeSelect<true>
            {
            public:
             template<typename T>
              TypeSelect(T& r)
             {
              r.bar();
             } 
            };

            template<class T> void func( T& t )
            {
             (TypeSelect<SameType<IFoo, T>::value>(t));          
            }

            int main()
            {
             Foo x;
             int y;
             func(x);
             func(y);
            }

            posted @ 2006-02-12 11:27 音樂蟲子 閱讀(410) | 評論 (0)編輯 收藏

            2006年2月9日 #

            boost::thread 中使用類成員作為線程入口

            just mark it:)

            boost::thread trd1(boost::bind(&TheClass::theMember), &obj);

            posted @ 2006-02-09 17:08 音樂蟲子 閱讀(846) | 評論 (5)編輯 收藏

            僅列出標題  
            久久久老熟女一区二区三区| 久久一区二区免费播放| aaa级精品久久久国产片| 久久精品一区二区| 久久这里只有精品首页| 久久不射电影网| 精品伊人久久大线蕉色首页| 精品亚洲综合久久中文字幕| 亚洲国产精品嫩草影院久久 | 一本久久a久久精品综合夜夜| 久久久久97国产精华液好用吗| 99久久精品国产一区二区| 久久国产V一级毛多内射| 久久久久久午夜成人影院| 久久久网中文字幕| 国产69精品久久久久777| 伊人久久大香线蕉AV色婷婷色| 久久AAAA片一区二区| 久久婷婷久久一区二区三区| 亚洲狠狠婷婷综合久久久久| 久久精品国产一区二区三区 | 漂亮人妻被黑人久久精品| 精品乱码久久久久久夜夜嗨| 国产精品久久毛片完整版| 久久久久高潮毛片免费全部播放| 精品久久久一二三区| 午夜精品久久久内射近拍高清| 久久九九亚洲精品| 久久精品这里热有精品| 国内精品久久久久久野外| 久久男人Av资源网站无码软件| 亚洲精品白浆高清久久久久久 | 日日狠狠久久偷偷色综合0| 久久国产精品二国产精品| 国产—久久香蕉国产线看观看| 久久久久久久99精品免费观看| 国内精品久久人妻互换| 国产精品久久毛片完整版| 中文字幕一区二区三区久久网站| 91精品国产91久久久久久| 99久久99久久精品国产片果冻 |