Skip to content

Split the explorer in a separate crate#228

Draft
Elarnon wants to merge 1 commit intobclement/repinitfrom
bclement/telamon-explorer
Draft

Split the explorer in a separate crate#228
Elarnon wants to merge 1 commit intobclement/repinitfrom
bclement/telamon-explorer

Conversation

@Elarnon
Copy link
Copy Markdown
Collaborator

@Elarnon Elarnon commented Apr 1, 2019

This patch extracts the telamon::explorer module into a separate
telamon_explorer crate, responsible for everything related to the
search algorithms.

This should help with compilation times since modifying the explorer
will no longer require recompiling the rest of the telamon crate (and
in particular not the generated choices.rs).

This patch extracts the `telamon::explorer` module into a separate
`telamon_explorer` crate, responsible for everything related to the
search algorithms.

This should help with compilation times since modifying the explorer
will no longer require recompiling the rest of the `telamon` crate (and
in particular not the generated `choices.rs`).
@Elarnon Elarnon requested review from andidr and nicoTolly April 1, 2019 13:21
@Elarnon
Copy link
Copy Markdown
Collaborator Author

Elarnon commented Apr 1, 2019

Marking as draft until #226 and #227 are reviewed; then I will retarget this PR towards master, but this is mostly done already -- comments are accepted :)

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