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

Parallel #45

Merged
merged 9 commits into from
Mar 18, 2023
Merged

Parallel #45

merged 9 commits into from
Mar 18, 2023

Conversation

rchillyard
Copy link
Owner

This set of commits is mostly concerned with representing table rows in a parallel type (using Scala Parallel Collections).

build.sbt: added parallel library;
Rows: new container for holding the rows of a Table;
Table:
* changed Iterable to Rows for the content;
* removed dropRight, takeRight;
* added apply methods for Unheaded and Headed tables.
Several other minor changes.
Content: xs member is now private
Major change: FP: sequence method for Iterator[Option] use +: in order to boost performance;
Analysis: refactoring;
FP: changed operator in sequence(Iterable[Option[X])] to +:
@rchillyard rchillyard linked an issue Mar 18, 2023 that may be closed by this pull request
Analysis: renamed Column.makeColumn as make
@rchillyard rchillyard merged commit d342738 into V_1_1_3 Mar 18, 2023
@rchillyard rchillyard deleted the Parallel branch March 18, 2023 19:49
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.

Analysis is slow
1 participant