I didn't look at anything but the bounded queue, which piqued my
interest. :)



http://gwt-code-reviews.appspot.com/47806/diff/1/11
File user/src/com/google/gwt/core/client/impl/AsyncFragmentLoader.java
(right):

http://gwt-code-reviews.appspot.com/47806/diff/1/11#newcode105
Line 105: * A trivial queue of int's that should compile much better
than a LinkedList<Integer>.
> ?

http://gwt-code-reviews.appspot.com/47806/diff/1/11#newcode109
Line 109: private static class BoundedIntQueue {
API suggestion: instead of add/remove, maybe offer/poll (goes with peek)
or enqueue/dequeue?

http://gwt-code-reviews.appspot.com/47806

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to