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
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?
The text was updated successfully, but these errors were encountered:
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
changed the title
Parallelization for shared libraries
Parallelisation for shared libraries
Oct 11, 2021
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?
The text was updated successfully, but these errors were encountered: