Roger Knapp

Results 10 comments of Roger Knapp

@VJalili, You are correct AddRange could easily adopt this behavior and gain a bit of performance with it. I'll leave this open for when I get some time to add...

Correct, reverse iteration is currently not supported. It would be possible to implement a copy of BPlusTree.Enumerator that would iterate the nodes in reverse. As of yet, I have not...

I don't recall any explicit dependency on Guid at all... The test above is using the Guid class to create duplicate value for .GetHashCode() while keeping the .Equals() false. This...

@NightOwl888 The user @azhmur has the right of it... enumerations are not ordered by the linked list. This was done to prevent deadlocks. The only reliable way one could achieve...

Let's take another look at the method in question: ``` public static int ReadChunk(Stream io, byte[] bytes, int offset, int length) { // So far we have read 0 bytes...

I'm still trying to find time to integrate these changes without picking up the VS2010 stuff. Though I have 2010 installed, I can't stand working in it. As soon as...