search for: 83848

Displaying 3 results from an estimated 3 matches for "83848".

Did you mean: 3848
2013 Jan 18
5
select rows with identical columns from a data frame
I have a data frame with several columns. I want to select the rows with no NAs (as with complete.cases) and all columns identical. E.g., for --8<---------------cut here---------------start------------->8--- > f <- data.frame(a=c(1,NA,NA,4),b=c(1,NA,3,40),c=c(1,NA,5,40)) > f a b c 1 1 1 1 2 NA NA NA 3 NA 3 5 4 4 40 40 --8<---------------cut
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...ry.ll 1 17371 0 0.01 17346 0 0.01 17346 insert.ll 1 18148 0 0.01 18123 0 0.01 18123 InStreamWithCRC.ll 13 27970 2 0.01 27147 2 0.01 26592 instruct2.ll 12 80841 0 0.02 80811 0 0.02 80811 instruct.ll 33 142160 0 0.02 142130 * * * interface.ll 8 37990 0 0.01 37959 0 0.01 37959 interp.ll 5 83872 0 0.01 83848 0 0.02 83848 intersec.ll 7 17559 0 0.01 17537 0 0.01 17537 intersection.ll 23 77339 0 0.02 77310 * * * interupt.ll 1 2094 0 0.01 2064 0 0.01 2064 IntMM.ll 6 12214 0 0.01 12195 0 0.01 12195 intrarefresh.ll 4 18704 0 0.01 18683 0 0.01 18683 IntToString.ll 7 41828 0 0.01 41801 0 0.01 41801 io.ll 88 11...