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

Parallelisation for shared libraries #2

Open
miguelmazetto opened this issue Oct 11, 2021 · 1 comment
Open

Parallelisation for shared libraries #2

miguelmazetto opened this issue Oct 11, 2021 · 1 comment

Comments

@miguelmazetto
Copy link

Hi, im trying to implement Janus on a Garrys Mod server, a game that uses very old libraries being most of them single-threaded (like physics engine). However i noticed that Janus doesnt parallelize the libraries that were loaded at runtime, can that be solved?

@timothymjones
Copy link
Member

Yes, that should be possible. We have this capability (analysing and modifying dynamically loaded libraries) in experimental form for another project. Although it's not a parallelisation project, I don't see why it couldn't apply here. I'll find out its status and get back to you.

@miguelmazetto miguelmazetto changed the title Parallelization for shared libraries Parallelisation for shared libraries Oct 11, 2021
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

No branches or pull requests

2 participants