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

Add chess-opening database and fetch opening in analysis #321

Merged
merged 9 commits into from
Sep 24, 2023

Conversation

veloce
Copy link
Contributor

@veloce veloce commented Sep 22, 2023

No description provided.

@nav-28
Copy link
Collaborator

nav-28 commented Sep 22, 2023

Why not directly create opening files in dart similar to https://github.com/lichess-org/scalachess/blob/master/src/main/scala/opening/OpeningDbPartA.scala instead of created a db?

@veloce
Copy link
Contributor Author

veloce commented Sep 22, 2023

Because I thought it was simpler like that, and we have more power to query with sqlite than with dart classes.

@nav-28
Copy link
Collaborator

nav-28 commented Sep 22, 2023

Because I thought it was simpler like that, and we have more power to query with sqlite than with dart classes.

Right, I didn't think about the impact to memory it might have as well.

@veloce veloce marked this pull request as ready for review September 24, 2023 15:15
@veloce veloce merged commit 647b28e into main Sep 24, 2023
3 checks passed
@veloce veloce deleted the chess_openings_db branch September 24, 2023 15:16
@veloce veloce added this to the Beta 2 milestone Jan 4, 2024
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.

2 participants