摘要:
I have recently come across a comparison of fast JSON serializers in .NET, which shows thatJil JSON serializeris one of the fastest.Jil is created by ... 阅读全文
摘要:
Because ServiceStack.Text performs much betterI recently stumbled across acomparison of JSON serialization libraries. which shows that ServiceStack.Te... 阅读全文
摘要:
关于Redis,下面来自百度百科:redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)、zset(sorted set --有序集合)和hashs(哈希类型)。这些数据类型都支持push... 阅读全文