in reply to Re: Bidirectional lookup algorithm? (Updated: further info.)
in thread Bidirectional lookup algorithm? (Updated: further info.)
$ redis-benchmark -t set -r 100000 -n 1000000 ====== SET ====== 1000000 requests completed in 13.86 seconds 50 parallel clients 3 bytes payload keep alive: 1
A simple perl program adds 1mil key/value pairs in a hash in in 2.6875 seconds on a laptop from 2006
OP doesn't need concurrency , so redis not needed
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Bidirectional lookup algorithm? (no redis )
by polettix (Vicar) on Jan 10, 2015 at 22:15 UTC | |
by BrowserUk (Patriarch) on Jan 10, 2015 at 23:07 UTC | |
by polettix (Vicar) on Jan 12, 2015 at 09:17 UTC |