: [Bioc-devel] merging DFrames
Laurent,
Thanks for bringing this up and offering to help. Yes, please raise an issue.
There's an opportunity to implement faster matching than base::merge(), using
stuff like matchIntegerQuads(), findMatches(), and grouping().
grouping() can be really fas
Laurent,
Thanks for bringing this up and offering to help. Yes, please raise an
issue. There's an opportunity to implement faster matching than
base::merge(), using stuff like matchIntegerQuads(), findMatches(), and
grouping().
grouping() can be really fast for character vectors, since it takes
a
Hi Laurent,
I think the current implementation was just an expedient to have
something that works (in most cases). I don't know if a proper
implementation that doesn't go thru data.frame is on the TODO list. Michael?
I suggest you open an issue on GitHub under S4Vectors.
Cheers,
H.
PS: Note t