Y
Hacker News
new
|
ask
|
show
|
jobs
by
imperialWicket
4955 days ago
This is a great write-up. Off-topic, but I'm wondering what bottlenecks you encountered with the straight Erlang + Mnesia prototype?
1 comments
jonromero
4955 days ago
Mnesia is by far the fastest (and easiest to use) thing we've ever tried. The only problem was that it was more expensive to keep data in memory and that pointer arithmetic is so damn fast. And (the most important thing) is the 2GB limit Dets has :/
link