[ Team LiB ]

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Z]

queries
    comparing LinkedLists and ArrayLists 
    database
        batching 
        statically defined 
    JDBC, timing 
    optimizing for collections 
        casts and extra access calls, eliminating 
        lighter typing of elements 
        map queries 
        method accessor, avoiding 
        method call in loop test, avoiding repetition of 
        shortcircuit boolean operators 
        synchronization, avoiding 
    SQL, limiting number of items retrieved 
QueryVector class (example) 
queues
    actively managing requests (example) 
    in distributed application design 
    messages, load balancing with 
    prioritizing for load balancing 
    processing for references, WeakHashMap 
    request processors accessing 
    runnable queue of processes and threads 
quicksort algorithm  2nd