Wpis z mikrobloga

Na ile zgadzacie się z tym tekstem? #programowanie #java #cpp



But practically, Java desktop / mobile apps are sluggish compared to native apps.









Second attempt will be a half-breed where you will try to do small steps to fix up the memory and performance problems. At least three weeks will be wasted doing this.


Third attempt will meet goals by: Storing all data in byte-backed-buffers that will be paged off of the disk. You will refer to structs using pointers into the byte-baked-buffer and numerical offsets. Your code will bear a lot of similarity to writing in Assembly (without macros), not C. You will encounter all of the problems of programming in assembly, without the luxury of the “struct” keyword from C.




http://qt-project.org/forums/viewthread/12666/
  • 5