Monthly Archives: April 2012

atbr – large-scale in-memory hashtables (in Python)

Large-scale in-memory key-value stores are universally useful (e.g. to load and serve tsv-data created by hadoop/mapreduce jobs), in-memory key-value stores have low latency, and modern boxes have lots of memory (e.g. EC2 intances with 70GB RAM). If you look closely … Continue reading

Posted in cloud computing | Tagged , , , | 5 Comments