Re: Is Gnome becoming a Microsoft project?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jul 20, 2012 at 3:07 PM, Joe Zeff <joe@xxxxxxx> wrote:
> Very few programmers, any more, are taught to be frugal with memory.

a good example of tight code was Image Alchemy, a shareware command
line app for image conversion, for DOS, Win32, and also OS/2. It
analyzed the image then did the conversion in chunks, DISK based not
MEMORY based, it was all disk-bound. As a result you could be using a
8MB RAM DOS machine and perform image conversions that would take
hundreds of megs of memory if loaded all at once. It was very popular
with BBS operators.

Yet, nowadays, there' s so much ram that most apps just load the whole
bitmap in memory then do the conversion by copying the bitmap image to
RAM too, so you end with multiple copies of the images on RAM at the
same time.

FC
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux