★ System-wide:
oprofile, strace -c
★ Perl:
Devel::NYTProf
★ Ruby:
ruby -r profile (or just NewRelic)
★ PHP:
Xdebug + KCachegrind -- but not in production
XHProf http://mirror.facebook.net/facebook/xhprof/
來源是Presentations Announcement: 2010 O’Reilly MySQL Conference & Expo
其中的Diagnosing-and-Fixing-MySQL-Performance-Problems這篇
還有其他不錯的簡報,不過時間不夠看不完阿~~~
2010年4月30日 星期五
2010年4月14日 星期三
Bloom Filter
這是篇MEMO
http://blog.csdn.net/jiaomeng/archive/2007/01/27/1495500.aspx
後續找到的相關文章:
從哈希存儲到Bloom Filter
Counting Bloom Filter
Compressed Bloom Filter
應用Bloom Filter的幾個小技巧
Partial Bloom Filter
區分幾個概念:Dictionary, Direct-address Tables, Hash Tables
關于hashing
Perfect Hashing VS. Bloom Filter
d-Left Counting Bloom Filter (1)、(2)、(3)、(4)、(5)
d-Left Hashing
評價d-Left Counting Bloom Filter
Bloom Filter應用之Web Cache Sharing
Spectral Bloom Filter (1)、(2)、(3)、(4)
Dynamic Count Filter
http://www.hellodba.net/2009/04/bloom_filter.html
這篇後面有說到實際例子的使用情形,最後列的論文與DB中的使用有關
http://blog.csdn.net/jiaomeng/archive/2007/01/27/1495500.aspx
後續找到的相關文章:
從哈希存儲到Bloom Filter
Counting Bloom Filter
Compressed Bloom Filter
應用Bloom Filter的幾個小技巧
Partial Bloom Filter
區分幾個概念:Dictionary, Direct-address Tables, Hash Tables
關于hashing
Perfect Hashing VS. Bloom Filter
d-Left Counting Bloom Filter (1)、(2)、(3)、(4)、(5)
d-Left Hashing
評價d-Left Counting Bloom Filter
Bloom Filter應用之Web Cache Sharing
Spectral Bloom Filter (1)、(2)、(3)、(4)
Dynamic Count Filter
http://www.hellodba.net/2009/04/bloom_filter.html
這篇後面有說到實際例子的使用情形,最後列的論文與DB中的使用有關
2010年4月10日 星期六
大陸GOOGLE的黑板報-數學之美系列
這一系列文章蠻不錯的,可以學到很多概念
這邊有我轉成繁體的PDF檔,也順便把原連結的缺圖找齊
下面是原始連結數學之美 系列01 -- 統計語言模型
數學之美 系列02 -- 談談中文分詞
數學之美 系列03 -- 隱含馬爾可夫模型在語言處理中的應用
數學之美 系列04 -- 怎樣度量信息?
數學之美 系列05 -- 簡單之美:布爾代數和搜索引擎的索引
數學之美 系列06 -- 圖論和網絡爬蟲 (Web Crawlers)
數學之美 系列07 -- 信息論在信息處理中的應用
數學之美 系列08 -- 賈裏尼克的故事和現代語言處理
數學之美 系列09 -- 如何確定網頁和查詢的相關性
數學之美 系列10 -- 有限狀態機和地址識別
數學之美 系列11 -- Google 阿卡 47 的制造者阿米特.辛格博士
數學之美 系列12 -- 余弦定理和新聞的分類
數學之美 系列13 -- 信息指紋及其應用
數學之美 系列14 -- 談談數學模型的重要性
數學之美 系列15 -- 繁與簡 自然語言處理的幾位精英
數學之美 系列16(上) -- 不要把所有的雞蛋放在一個籃子裏 最大熵模型
數學之美 系列16(下) -- 不要把所有的雞蛋放在一個籃子裏 最大熵模型
數學之美 系列17 -- 閃光的不一定是金子 談談搜索引擎作弊問題(Search Engine Anti-SPAM)
數學之美 系列18 -- 矩陣運算和文本處理中的分類問題
數學之美 系列19 -- 馬爾可夫鏈的擴展 貝葉斯網絡 (Bayesian Networks)
數學之美 系列20 -- 自然語言處理的教父 馬庫斯
數學之美 系列21 -- 布隆過濾器(Bloom Filter)
數學之美 系列22 -- 由電視劇《暗算》所想到的 — 談談密碼學的數學原理
數學之美 系列23 -- 輸入一個漢字需要敲多少個鍵 — 談談香農第一定律
數學之美 系列24 -- 從全球導航到輸入法——談談動態規劃
訂閱:
文章 (Atom)