johnmarsden
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017
11:36 AM
What's the threshold for too many objects in SceneGraph?
Let's say I have a Language.brs object with maybe 200 lines of text.. like:
If I include that on most of my SG components, including RowListItems, will that consume too much space? What's the ballpark here for too much inclusion?
I want to theme and localize this application, but this whole separation between Scene Graph and Main thread (which makes me very sad) has left me with some questions about how much is too much in terms of memory, performance, etc.
Thanks!
function getLanguage()
return {
hello_world: "Hello World!"
...
...
}
end function
If I include that on most of my SG components, including RowListItems, will that consume too much space? What's the ballpark here for too much inclusion?
I want to theme and localize this application, but this whole separation between Scene Graph and Main thread (which makes me very sad) has left me with some questions about how much is too much in terms of memory, performance, etc.
Thanks!