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

Sharrow updates #52

Merged
merged 6 commits into from
May 2, 2024
Merged

Sharrow updates #52

merged 6 commits into from
May 2, 2024

Conversation

jpn--
Copy link
Member

@jpn-- jpn-- commented May 2, 2024

  • Add dask_scheduler argument for loading data into shared memory. Previously loads were always done in parallel using the threaded scheduler, but now the user can choose a single-threaded synchronous option instead.
  • Optimize equality and inequality comparisons on categorical data where the comparator values are not in the categories. These cases will be universally True or False, so there's no need to encode and compile an actual comparison.

@jpn-- jpn-- merged commit 29aaf6c into ActivitySim:main May 2, 2024
13 checks passed
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