|
|
|
|
|
by seguer
4845 days ago
|
|
I was headed down a similar path myself, but luckily I was writing a completely new library that would abstract a lot of key-value stores. Before we used it in production, I performance tested it - HTTP is really slow. The end result was a client library that talked directly to the stores using adapters for the abstraction. |
|
Slow compared to what? direct memory access?
If you're going to say "HTTP is really slow" I contend you really probably meant "communication over a network is slow"...