fluo icon indicating copy to clipboard operation
fluo copied to clipboard

Look into adding API operation to return non existant row columns.

Open keith-turner opened this issue 8 years ago • 2 comments

A few times I have written Fluo code to find the row columns that do not exists. A primitive operation for this could be optimized.

keith-turner avatar Dec 13 '16 15:12 keith-turner

I deleted the comment I had made here because I was thinking of #527 when I wrote that comment. I copied the comment that was here to #527 and modified it a bit. I realized setIfAbsent() doing something similar to delete() would not work, so I changed that when copying.

I wish I had recorded the use case I was thinking of for this operation, because I can't remember. It may be that if setIfAbsent() is available then there is no use case for this operation. I think it it would be good to defer this until there is a use case is identified that is not efficiently satisfied by setIfAbsent()

keith-turner avatar Oct 30 '17 19:10 keith-turner

I would like to claim this if possible. The other issues I have currently are fairly trivial.

kennethmcfarland avatar Oct 30 '17 19:10 kennethmcfarland