Screens Environment is a multi-platform component based middleware research project designed to connect technologies together and provide better user experiences for the future of computing http://sourceforge.net/projects/screensos/
Thursday, May 10, 2007
Update - Practice makes perfect
Screens has been a bit on the low in the last few weeks because my sister got married this week on Monday.
I have since done some work on improving the object storage implementation to make it do less read/write operations to disk by using a spanned memory block cache which should improve speed when I finish it. The hierarchy memory model will also allow to manage memory blocks more easily since they are interconnected, so if I delete a memory block, it destroys all the children memory blocks. It also makes it easier to resize blocks without having to change the handle. Its like the object model but much simpler.
I hope I can finish it by the end of next week so I can show you all a new demo which is faster. Once I can get to a stage where object operations are cheap, it makes it much easier to make everything method based.
Subscribe to:
Post Comments (Atom)
2 comments:
Any chance of making a .prc available as a demo?
Can Screens read the SD card in my
PDA?
Post a Comment