
15 Jun
2004
15 Jun
'04
10:20 a.m.
Ross Paterson
Another way to use it is to prune out the dominated implementations, and then advise people to choose the implementation that accelerates the operations they care about and as few others as possible (because they'll pay for the extras in higher constant factors).
I would advise against pruning out the 'poor' implementations. Negative results are valuable. Keeping them documented will discourage people from reinventing the (rusty, square) wheel! Regards, Malcolm