You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the API we want to easily lookup a position in our database, the user provides us with a FEN string and in order to speed up query performance we filter by bitboards
Implementation
Given a FEN string compute the following bit boards:
Rationale
In the API we want to easily lookup a position in our database, the user provides us with a FEN string and in order to speed up query performance we filter by bitboards
Implementation
Given a FEN string compute the following bit boards:
This needs to be relative fast, since we are computing it for each API request to GET /positions/{fen} POST /positions/
Cython maybe an idea here?
The text was updated successfully, but these errors were encountered: