in reply to Speeds vs functionality

How important is that feature? How many people are going to use it?

Can you already attain the same result in other ways with your module in its current state even if it is more difficult/complex?

Is that just a feature or are you actually improving the correctness of the module?

Is your module commonly used on speed critical sections?

Anyway, the response is obviously 42%.

Replies are listed 'Best First'.
Re^2: Speeds vs functionality
by Tux (Canon) on Jul 28, 2014 at 09:42 UTC
    How important is that feature?

    I think important, but only the future will tell

    How many people are going to use it?

    All (unavoidable)

    Can you already attain the same result in other ways with your module in its current state even if it is more difficult/complex?

    No

    Is that just a feature or are you actually improving the correctness of the module?

    A very good question. The new feature is actually widening the possible uses of the module. That means that it is backward compatible, but will allow new and more difficult formats when released.

    Is your module commonly used on speed critical sections?

    Yes

    Anyway, the response is obviously 42%.

    In that case I am safe :)


    Enjoy, Have FUN! H.Merijn