Search:

Type: Posts; User: copeg

Search: Search took 0.17 seconds.

  1. Thread: FASTEST List

    by copeg
    Replies
    10
    Views
    1,406

    Re: FASTEST List

    I'm not sure I understand your pop implementation


    /**
    * Pops an object off of the {@link LIFO}
    *
    * @return
    */
    public T pop()
    {
  2. Thread: FASTEST List

    by copeg
    Replies
    10
    Views
    1,406

    Re: FASTEST List

    Perhaps more progress could be made with some code. If you're willing, post the class you made, and post the code you used to profile - preferably using methods your project will rely on most, and...
  3. Thread: FASTEST List

    by copeg
    Replies
    10
    Views
    1,406

    Re: FASTEST List

    Than why worry about it? Let your algorithm/data crunching/whatever rely on the List interface (in other words, program to the interface and not the implementation). If you run into efficiency...
  4. Thread: FASTEST List

    by copeg
    Replies
    10
    Views
    1,406

    Re: FASTEST List

    Fast is completely relative to what you are doing. Some implementations of a List will be 'faster' relative to others in different ways they are used. Are you noticing performance issues? Will you be...
Results 1 to 4 of 4