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

Minor improvements. #21

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Minor improvements. #21

merged 1 commit into from
Apr 21, 2024

Conversation

zond
Copy link
Collaborator

@zond zond commented Apr 21, 2024

  • Changed default frequency resolution from 8 to 5, which seems to perform better in general.
  • Made Study.Put add all a slice of references in the same transaction, which improves performance a lot when using remote drives.
  • Made print all references in the dataset in a single JSON array instead of individual JSON dictionaries to simplify ingestion via JSON.
  • Made progress bar use regular average instead of EMA the first 10 seconds.
  • Made progress bar use fractional speed instead of completed-units-speed when predicting ETA, since that automatically takes changing number of pending tasks into account.
  • Made progress bar able to finish with an actual time of completion.

- Changed default frequency resolution from 8 to 5, which seems to perform better in general.
- Made Study.Put add all a slice of references in the same transaction, which improves performance a lot when using remote drives.
- Made  print all references in the dataset in a single JSON array instead of individual JSON dictionaries to simplify ingestion via JSON.
- Made progress bar use regular average instead of EMA the first 10 seconds.
- Made progress bar use fractional speed instead of completed-units-speed when predicting ETA, since that automatically takes changing number of pending tasks into account.
- Made progress bar able to finish with an actual time of completion.
@zond zond enabled auto-merge (rebase) April 21, 2024 19:38
@zond zond merged commit e667678 into main Apr 21, 2024
2 checks passed
@zond zond deleted the maintenance branch April 21, 2024 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant