LightCloud benchmarks
I am developing a distributed hash table. The promises so far are following:
I.e. it's a pretty amazing deal :-) LightCloud vs. memcachedI have benchmarked LightCloud vs. memcached - not that fair comparison as memcached only works with memory (which should be much faster than working with disks!) Some info about the LightCloud setup:
Set benchmark (10.000 set operations on some random words): LightCloud: Time it took to set 10000 records: 16.6252090931 Memcached: Time it took to set 10000 records: 4.98504710197 So LightCloud is about 3 times slower than Memcached (this is expected as a set does one get and two sets in LightCloud). Get benchmark (10.000 get operations on some random words): LightCloud: Time it took to get 10000 records: 4.50872015953 Memcached: Time it took to get 10000 records: 2.83214092255 LightCloud is only a little slower than Memcached when doing get operations. Pretty nice :-)
Announcements
·
Benchmarks
·
Code
·
Python
•
28. Nov 2008
6 comments so far
Post a comment
Commenting on this post has expired.
|
Blog labels |