-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Lower the memory footprint of shogun library #2437
Comments
could #2005 help? |
@karlnapf noup, unfortunately we are having that flag since march apparently and we are running into troubles still on travis |
@lisitsyn how about after this gsoc we go ahead with the plugin project? I think that will also help reducing in the memory footprint. I can join with you in this. if we can make this ready before next year's gsoc it would be a great boost! |
I second that, @lambday. |
@lambday as always i'll point my finger on gstreamer |
@vigsterkr didn't know about this one. can we define our core components, plugin managers, plugins etc using this? |
@lambday noup, as it's actually a media library, but they are thoroughly tested as it's being shiped with a lot of set-top boxes, browsers etc. and their plugin framework is just awesome. |
@vigsterkr so can we use it in shogun? or you're suggesting that we follow what they did. |
@lambday no not at all, it's just a good reference point how we should do things. |
@vigsterkr sounds really exciting. will check it out. as a starter I was just having a look at Dr. Dobb's tutorial on this. |
btw the problem with travis is actually with the swig interface code compilation itself, e.g. |
@vigsterkr, could you quickly point out for me the previous attempt to modularize the swig interface, or somewhere I could start looking at? |
travis is failing more and more with:
which means that the library linking was killed because the instance was running out of memory. we need to start doing something about shogun's memory footprint ASAP
The text was updated successfully, but these errors were encountered: