Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] The benefit of BlockObjQueue

Dear all,

 

New to the source and mail list. I’m having difficulty to understand the design of BlockObjQueue, it seems just a Block size 256 of RevObject, with a link to next block. What is the benefit of using this instead of plain Queue<T>? Is that memory or perf?

 

Best regards,

 

Dong

 


Back to the top