
21 May
2012
21 May
'12
11:59 p.m.
I can try to use the nodes/specs you provide to give you an estimate of what my framework can handle. If that works for you, I'll clean up my code and you can give it a shot. Send me whatever other details you think are relevant.
Benjamin, I had a few moments, so I made a sparse graph of 100k nodes, each with 2-3 edges with each node holding an unboxed int. This is created in 0.12 sec and then traversed for 100 million steps (add one to each node, then move to next node) in an additional 9 secs but no more GC's or allocations. Let me know if this would help you out, I would like a chance to use my pet project for something useful.