sasa1977 / con_cache

ets based key/value cache with row level isolated writes and ttl support
MIT License
910 stars 71 forks source link

Any performance data? #14

Open killme2008 opened 8 years ago

killme2008 commented 8 years ago

I can't find any benchmark result for performance,is there a report doc about this? Thanks.

sasa1977 commented 8 years ago

I don't have structured benchmark at this point. The library emerged from a production project I worked on a few years ago, and it worked fine for that case. It handled up to 5000 simultaneous clients and about 2000 operation/sec. I didn't test it beyond that load.

I'll consider doing some benching and report back, but I can't commit on the exact time when will this happen.

killme2008 commented 8 years ago

@sasa1977 Thanks.