受欢迎的博客标签
RSS

博客文章标记 'website performance'

Serialization Performance comparison (C#/.NET) – Formats & Frameworks (XML–DataContractSerializer & XmlSerializer, BinaryFormatter, JSON– Newtonsoft & ServiceStack.Text, Protobuf, MsgPack)
http://maxondev.com/serialization-performance-comparison-c-net-formats-frameworks-xmldatacontractserializer-xmlserialize
Redis优化性能实践(3):选择高效的 数据序列化方法 serialize, msgpack, json, hprose 性能比较
最近弄 Redis ,涉及数据序列化存储的问题,对比了:JSON, Serialize, Msgpack, Hprose 四种方式 1. 对序列化后的字符串长度对比:测试代码: $arr = [0, 1, 2, 'a', 'b', 'c
www.freeboygirl.com网站性能优化实战记录-转移网站上的图片 图片到第三方网

  http://www.qiniu.com

http://freeboygirl.qiniu.com/logo.jpg  

又拍云存储  

七牛免费提供1

Best Practices for Speeding Up Your Web Site from yahoo
httpsdeveloperyahoocomperformanceruleshtmlcookiefree
C#编写高性能IOCP网络服务器(源码)
http://www.cnblogs.com/zhoutk/archive/2012/12/26/2833495.html 最近有项目要做一个高性能网络服务器,决定下功夫搞定完成端口(IOCP),最终花了一个星期终于把它弄清楚了,并用C+