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

Making MEOS multithreading #404

Open
estebanzimanyi opened this issue Dec 6, 2023 · 0 comments
Open

Making MEOS multithreading #404

estebanzimanyi opened this issue Dec 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@estebanzimanyi
Copy link
Member

estebanzimanyi commented Dec 6, 2023

MEOS is the underlying C library driving MobilityDB.
https://libmeos.org/
MEOS corresponds to the C library GEOS for trajectory management.
https://libgeos.org/

Bindings for MEOS in several programming languages are being developped

MEOS currently does not support multithreading. On the other hand GEOS supports multithreading
https://libgeos.org/usage/c_api/

We are looking for contributors that can help us to develop this feature. The solution should follow a similar approach as the one for GEOS.

@estebanzimanyi estebanzimanyi added the enhancement New feature or request label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant