You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a script which is hanging for 10s of seconds and jstack shows that it is calling regex and safename operations as it rebins. This makes no sense and probably wasn't anticipated. This needs to be studied.
I'm attaching two stack dumps from the current version of Das2.
The text was updated successfully, but these errors were encountered:
It looks like if a table is both a spectrogram (having DEPEND_1) and a bundle (having BUNDLE_1), then it will use the bundle dataset for weightsDataSet. This causes things to work very slowly, because the assumption that it's a small number of datasets (X,Y,Z for example). Here I have 5000+ bundled datasets.
I'm working on a script which is hanging for 10s of seconds and jstack shows that it is calling regex and safename operations as it rebins. This makes no sense and probably wasn't anticipated. This needs to be studied.
I'm attaching two stack dumps from the current version of Das2.
The text was updated successfully, but these errors were encountered: