Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fc_nblast can be very slow #8

Open
jefferis opened this issue Mar 18, 2014 · 2 comments
Open

fc_nblast can be very slow #8

jefferis opened this issue Mar 18, 2014 · 2 comments
Labels

Comments

@jefferis
Copy link
Collaborator

primarily due to reverse scores. But for some reason it seems to me that this can be much worse than using bigmat,

I just had an example with rstudio where it took a minute to do 1 x 3677 normalised scores. My suspicion is that it was actually some unrelated problem e.g. GUI update that was interleaved. These kind of error messages are typical when changing location with an X session in progress:

Tue Mar 18 14:32:29 mac1041-14.lmb.internal rsession[355] <Error>: kCGErrorIllegalArgument: CGSGetDisplayBounds (display 3f003d)

However, there is a still a more general speed issue to be tracked down since I have seen a behaviour where attaching an ff matrix to the global environment can bring access speed benefits.

@jefferis jefferis added the bug label Mar 18, 2014
@jefferis
Copy link
Collaborator Author

#13 and #14 might help a bit but still can't figure out origin of this occasional extreme slow behaviour. Triggers include

  • rstudio
  • accessing the diagonal or rows
  • as opposed to a whole square matrix of the same size

@jefferis
Copy link
Collaborator Author

jefferis commented Oct 9, 2015

I have not had any recurrence of this since going back to bigmemory style on disk matrices. However there is still a problem because the released version of bigmemory does not run on Windows – although in theory Windows support was added back in Sep 2014.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant