-
Notifications
You must be signed in to change notification settings - Fork 28
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
reading neurons from neuronlistfh
objects is very slow
#402
Comments
The original problem in filehash was here rdpeng/filehash#3. It looks like it was fixed 5 years ago! So depending on filehash >=2.3 should be fine. |
The problem in my code is here: switching from |
jefferis
added a commit
that referenced
this issue
Jul 18, 2019
* this already makes a big difference * progress on #402
jefferis
added a commit
that referenced
this issue
Aug 22, 2019
* closes #402 * depending on filehash >=2.3 ensures that the bug this code was trying to kludge over is fixed at source.
jefferis
added a commit
that referenced
this issue
Aug 22, 2019
* closes #402 * depending on filehash >=2.3 ensures that the bug this code was trying to kludge over is fixed at source.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a new behaviour in the latest version of R which interacts very badly with a piece of code that loads neurons from
neuronlistfh
objects. Basically it forces garbage collection after reading every single neuron. The relevant code in "[[.neuronlistfh" was always crufty. I'm not sure if the external problem (infilehash
package) is now fixed.I think the definition of
showConnections
must have changed in R >=3.6.0The text was updated successfully, but these errors were encountered: